Skip to content

Releases: agronholm/sqlacodegen

3.0.0

28 Feb 13:53
Compare
Choose a tag to compare
  • Dropped support for Python 3.8 @agronholm
  • Changed nullable relationships to include Optional in their type annotations @sheinbergon
  • Fixed SQLModel code generation @sheinbergon
  • Fixed two rendering issues in ENUM columns when a non-default schema is used: an unwarranted positional argument and missing the schema argument @agronholm
  • Fixed AttributeError when metadata contains user defined column types @agronholm
  • Fixed AssertionError when metadata contains a column type that is a type decorator with an all-uppercase name @agronholm
  • Fixed MySQL DOUBLE column types being rendered with the wrong arguments @agronholm

3.0.0rc5

22 Feb 08:54
Compare
Choose a tag to compare
  • Fixed pgvector support not working

3.0.0rc4

14 Feb 10:30
Compare
Choose a tag to compare
  • Dropped support for Python 3.7
  • Dropped support for SQLAlchemy 1.x
  • Added support for the pgvector extension (with help from KellyRousselHoomano)