You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ODBC version of sqlcmd supports the reset command, which discards the batch (as opposed to go, which sends the batch to the server).
The Go version of sqlcmd does not seem to support reset, but my scripts use it. Please add support for reset?
The text was updated successfully, but these errors were encountered:
@robverschoor both versions support :reset
The ODBC inconsistency with which commands require the : was somewhat difficult to replicate. The documentation I was using didn't mention this as optional for :reset, at least at the time
The ODBC version of
sqlcmd
supports thereset
command, which discards the batch (as opposed togo
, which sends the batch to the server).The Go version of
sqlcmd
does not seem to support reset, but my scripts use it. Please add support forreset
?The text was updated successfully, but these errors were encountered: