rel_1_14_1
📦 alembic
✨ 1 features🐛 2 fixes🔧 1 symbols
Summary
Version 1.14.1 introduces SQLite column rename support, adds tzdata to tz extras, and resolves autogenerate Variant type rendering bugs.
✨ New Features
- SQLite dialect now renders "ALTER TABLE <t> RENAME COLUMN" when Operations.alter_column() is used with a straight rename, enabling support for SQLite's column rename feature.
🐛 Bug Fixes
- Added tzdata to tz extras to ensure timezone data is available on platforms like Windows.
- Fixed autogenerate rendering of Variant types when the leading type is dialect-specific.
🔧 Affected Symbols
Operations.alter_column