github neilotoole/sq v0.48.11

8 hours ago

Fixed

  • #502: sq sql now 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 that sq sql is 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.
  • #520: sq add and sq ls erroneously printed source password for SQL Server URLs
    in some circumstances.

  • #469: Column widths were too wide when using --no-header flag. Header text
    is now excluded from column width calculation when headers are disabled.
    Thanks to @majiayu000 for the fix.

Don't miss a new sq release

NewReleases is sending notifications on new releases.