1.14.1
Released: January 19, 2025
usecase
-
[usecase] [sqlite] Modified SQLite's dialect to render "ALTER TABLE RENAME COLUMN" when
Operations.alter_column()
is used with a straight rename, supporting
SQLite's recently added column rename feature.References: #1576
bug
-
[bug] [environment] Added tzdata to tz extras, which is required on some platforms such as
Windows. Pull request courtesy Danipulok.References: #1556
-
[bug] [autogenerate] Fixed bug where autogen render of a "variant" type would fail to catch the
variants if the leading type were a dialect-specific type, rather than a
generic type.References: #1585