- In step-by-step migrations, automatically throw an error if a database downgrade is attempted. This has always been unsupported, but could lead to the database silently having a wrong
user_version. - Fix JSON serialization for views referencing a nullable wrapper of a non-nullable column with a type converter attached to it.
sqlparser version 0.43.1
- Support parsing
DROP,...