Skip to content

Commit 8a5be54

Browse files
authored
Update README.md
1 parent eb04396 commit 8a5be54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Currently supported RDBMS:
1616
* PostgreSQL
1717
* MySQL
1818

19-
In addition it also supports Azure Synapse Analytics SQL Pools (both dedicated and serverless). Be aware that with you cannot create the schemaversion table for the serverless SQL Pool. As a workaround you can set the SchemaVersionTable to null to avoidcreating the table and use relevant logic in your SQL. For example, IF EXISTS statements.
19+
In addition it also supports Azure Synapse Analytics SQL Pools (both dedicated and serverless). Be aware that you cannot use the schemaversion table with the serverless SQL Pool - it needs to be explicitly disabled by setting SchemaVersionTable to `$null`. All scripts deployed in such scenario should be idempotent and re-runnable.
2020

2121
## Features
2222

0 commit comments

Comments
 (0)