Added
- #270: Flag
--src.schema
permits switching the source's schema (and catalog) for the duration of the command. The flag is supported for thesq
,sql
andinspect
commands. - New SLQ functions
catalog()
andschema()
return the catalog and schema of the DB connection. - The SLQ
unique
function now has a synonymuniq
.
Changed
sq src --text
now outputs only the handle of the active source. Previously it also printed the driver type and short location. Instead usesq src --text --verbose
to see those details.