What's New
- CockroachDB enum type support: User-defined enum types (e.g.,
activity_type,goal_type_enum) are now properly detected viapg_type/pg_enumqueries and mapped to theenum.name('val1','val2')format that strmangle/randomize understand. This eliminates "Unhandled data type" warnings and invalid enum value errors in tests. --versionflag:sqlboiler-crdb --versionnow prints the version. Version is set via-ldflagsat build time.
Install
go install github.com/realLifeGlobal/sqlboiler-crdb/v4@v4.1.0