1.16.2
Released: June 16, 2025
bug
-
[bug] [autogenerate] Fixed issue where dialect-specific keyword arguments in
dialect_kwargs
were not rendered when rendering theOperations.create_foreign_key()
operation. This prevented dialect-specific keywords from being rendered
using customRewriter
recipes that modify
ops.CreateForeignKeyOp
, similar to other issues such as
#1635. Pull request courtesy Justin Malin.References: #1671
-
[bug] [command] Fixed rendering of
pyproject.toml
to include two newlines when
appending content to an existing file. Pull request courtesy Jonathan
Vanasco.References: #1679