- Fixed rendering of inherited keyword arguments for dialect-specific types that use
**kwargsin their initializers (such as MySQLCHARwithcollation) while preserving existing*argsrendering behavior (PR by @hyoj0942) - Fixed missing metadata argument when rendering plain tables with the SQLModel
- Added support for self-referential tables in the SQLModel generator (PR by @sheinbergon)
- Fixed empty dialect kwargs (e.g.
postgresql_include=[]) being included in rendered indexes, tables, and columns (PR by @sheinbergon)