Prioritize implementation of back-compat flags #292
shueybubbles
started this conversation in
General
Replies: 2 comments 2 replies
-
A vote for -y to set display width beyond 256 characters for variable content. My specific use case was access to XML returned from SQL |
Beta Was this translation helpful? Give feedback.
2 replies
-
#200 votes for |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Here's the list of missing flags for "legacy" mode of sqlcmd as of 2023-03-08:
These flags are partially implemented:
Please vote on the flags you need implemented to have go-sqlcmd successfully replace the ODBC sqlcmd in your environment.
Some caveats:
go-mssqldb
driver so we can't implement-g
yet. Support is planned for 2023.DSN
outside of ODBC so-D
can't be treated the same way as before. Would it be reasonable to have-D
be our way to connect the legacy mode to the config file which is managed bysqlcmd config
? Perhaps-D
could accept the name of a connection in the config file and get the connection parameters from it.Beta Was this translation helpful? Give feedback.
All reactions