-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Description
Module
MSSQLServer
Proposal
Currently the separator is hardcoded here:
testcontainers-java/modules/database-commons/src/main/java/org/testcontainers/ext/ScriptUtils.java
Line 232 in 2b53c47
| DEFAULT_STATEMENT_SEPARATOR, |
But almost all MSSQL tooling expects the batch separator to be GO, causing issues when passing the same scripts that can be used with sqlcmd into test containers and currently there's no way around it other than manually preprocessing the scripts beforehand.