Skip to content

4.0.4

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Jun 06:02
  • 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)