Skip to content

v0.43.0

Compare
Choose a tag to compare
@neilotoole neilotoole released this 19 Nov 02:55
· 140 commits to master since this release

Added

  • #270: Flag --src.schema permits switching the source's schema (and catalog) for the duration of the command. The flag is supported for the sq, sql and inspect commands.
  • New SLQ functions catalog() and schema() return the catalog and schema of the DB connection.
  • The SLQ unique function now has a synonym uniq.

Changed

  • sq src --text now outputs only the handle of the active source. Previously it also printed the driver type and short location. Instead use sq src --text --verbose to see those details.