We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3b9a62 commit e04e61fCopy full SHA for e04e61f
src/main/resources/sql/SybaseClient.bat.ftl
@@ -25,7 +25,7 @@ exit /B 1
25
cd ${deployed.file.path}
26
27
echo 'execute deployment script'
28
-${deployed.container.sybHome}\bin\isql.exe -S ${deployed.container.address} -D ${deployed.container.dbName} -U ${cmn.lookup('additionalOptions')!}${cmn.lookup('username')} -P ${cmn.lookup('additionalOptions')!}${cmn.lookup('password')} --retserverror -i @"${sqlScriptToExecute}"
+${deployed.container.sybHome}\bin\isql.exe -S ${deployed.container.address} -D ${deployed.container.dbName} -U ${cmn.lookup('additionalOptions')!}${cmn.lookup('username')} -P ${cmn.lookup('additionalOptions')!}${cmn.lookup('password')} --retserverror -i @${sqlScriptToExecute}
29
30
set RES=%ERRORLEVEL%
31
if not %RES% == 0 (
0 commit comments