What's Changed
- fix: preserve nested function calls in RLS policy expressions (#377) by @tianzhou in #378
- fix: strip temp schema prefix from GRANT/REVOKE function signatures (#376) by @tianzhou in #379
- fix: skip FK constraint drop when referenced table is dropped with CASCADE (#382) by @tianzhou in #383
- fix: skip constraint drop when DROP COLUMN already removes it by @cysp in #388
- ci: upgrade GitHub Actions toolchain for runner and alpine linux compatibility by @gclove in #387
- fix: preserve INCLUDE columns on CREATE INDEX (#385) by @tianzhou in #390
- fix: support CHECK constraints without columns and NO INHERIT modifier (#386) by @tianzhou in #391
New Contributors
Full Changelog: v1.8.0...v1.9.0