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