We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In go-sqlcmd 1.6.0 the powershell script bellow, produces and error, this is output of variable $result:
$result
Msg 102, Level 15, State 1, Server ., Line 4 Incorrect syntax near ':'.
Running the same script using ODBC sqlcmd works properly.
$result = sqlcmd -b -X1 -E -W -h -1 -Q " Select 2; :EXIT(SELECT 200)" echo $LASTEXITCODE echo $result
The text was updated successfully, but these errors were encountered:
shueybubbles
No branches or pull requests
In go-sqlcmd 1.6.0 the powershell script bellow, produces and error, this is output of variable
$result
:Running the same script using ODBC sqlcmd works properly.
The text was updated successfully, but these errors were encountered: