github agronholm/sqlacodegen 4.0.4

10 hours ago
  • Added autoincrement to primary key columns to prevent missing field errors. (#473; PR by @jtmonroe)
  • Preserve dialect-specific ARRAY types (e.g. postgresql.ARRAY) instead of adapting them to the generic sqlalchemy.ARRAY. The generic type does not implement operators like .contains(), so adapting silently broke PostgreSQL array queries on generated models. (#441)

Don't miss a new sqlacodegen release

NewReleases is sending notifications on new releases.