Skip to content

v4.1.0

Latest

Choose a tag to compare

@rwrz rwrz released this 04 Mar 19:36
· 1 commit to master since this release

What's New

  • CockroachDB enum type support: User-defined enum types (e.g., activity_type, goal_type_enum) are now properly detected via pg_type/pg_enum queries and mapped to the enum.name('val1','val2') format that strmangle/randomize understand. This eliminates "Unhandled data type" warnings and invalid enum value errors in tests.
  • --version flag: sqlboiler-crdb --version now prints the version. Version is set via -ldflags at build time.

Install

go install github.com/realLifeGlobal/sqlboiler-crdb/v4@v4.1.0