What's Changed
- fix: defer functions that reference new tables to after table creation (#530) by @tianzhou in #531
- fix: topologically sort constraints to ensure UNIQUE before FK dependencies (#532) by @tianzhou in #533
- fix: defer domain creation when base type is a table's row type (#535) by @tianzhou in #539
- fix: defer self-referencing FK when it targets non-PK UNIQUE (#534) by @tianzhou in #540
- fix: emit USING clause for ALTER COLUMN TYPE when base types differ (#537) by @tianzhou in #541
Full Changelog: v1.12.2...v1.12.3
What's Changed
- fix: defer functions that reference new tables to after table creation (#530) by @tianzhou in #531
- fix: topologically sort constraints to ensure UNIQUE before FK dependencies (#532) by @tianzhou in #533
- fix: defer domain creation when base type is a table's row type (#535) by @tianzhou in #539
- fix: defer self-referencing FK when it targets non-PK UNIQUE (#534) by @tianzhou in #540
- fix: emit USING clause for ALTER COLUMN TYPE when base types differ (#537) by @tianzhou in #541
Full Changelog: v1.12.2...v1.12.3