-
#470: Previously, the
--src.schema=[CATALOG.]SCHEMAflag did not allow
the schema or catalog name to begin with a digit. This is now permitted.
Kudos to @majiayu000.# Inspect schema "123schema" via the @pg1 source $ sq inspect @pg1 --src.schema=123schema # Inspect schema "789schema" in catalog "456catalog" via the @pg1 source $ sq inspect @pg1 --src.schema=456catalog.789schema
-
#542: Upgrade codebase to Go 1.26.