You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: add options.tables.include allow-list
Add an include allow-list alongside the existing exclude deny-list. When
include is non-empty, only the listed tables are generated; an empty include
matches all tables. Exclude always takes precedence over include.
Both lists match unqualified and schema-qualified table names. Selection is
unified in a single tableSelected predicate.
* fix(flake): refresh vendorHash after gomod bumps
go.mod was bumped (inflect, ginkgo, gomega, urfave/cli) without
regenerating the Nix vendorHash, causing buildGoModule to build against
a stale vendor dir and fail with inconsistent vendoring.
---------
Co-authored-by: Svetlin Ralchev <iamralch@users.noreply.github.com>
0 commit comments