Fixed
-
#502:
sq sqlnow properly executes single SQL statements (INSERT,UPDATE,
DROP, etc.) instead of incorrectly running them as queries.- This fixes broken behavior with strict database drivers and ensures affected
row counts are correctly reported. Note thatsq sqlis designed to accept
only a single SQL statement/query in the SQL input string; behavior is
undefined for multiple statements in the input. - Thanks to @drluckyspin for the fix.
- This fixes broken behavior with strict database drivers and ensures affected
-
#520:
sq addandsq lserroneously printed source password for SQL Server URLs
in some circumstances. -
#469: Column widths were too wide when using
--no-headerflag. Header text
is now excluded from column width calculation when headers are disabled.
Thanks to @majiayu000 for the fix.