github neilotoole/sq v0.49.0

7 hours ago
  • #470: Previously, the --src.schema=[CATALOG.]SCHEMA flag 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.

Don't miss a new sq release

NewReleases is sending notifications on new releases.