Module
MSSQLServer
Proposal
Currently the separator is hardcoded here:
|
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.