What's Changed
- feat: add support for FORCE ROW LEVEL SECURITY by @tianzhou in #215
- fix: preserve interval type casts in function parameter defaults (#216) by @tianzhou in #217
- fix: preserve schema qualifiers in column default type casts by @tianzhou in #219
- fix: normalize policy expression schema qualifiers by @tianzhou in #222
- docs: supabase declarative schema vs pgschema by @tianzhou in #223
- fix: normalize table references in policy expressions by @asonawalla in #226
- chore: adjust policy table reference test case by @tianzhou in #228
- fix: defer FK constraints until all table batches are created by @tianzhou in #229
- feat: COMMENT ON for function and stored procedure by @tianzhou in #230
- feat: support SET search_path for functions by @tianzhou in #231
- feat: default privilege by @tianzhou in #232
- feat: support GRANT/REVOKE for schema objects by @tianzhou in #233
New Contributors
- @asonawalla made their first contribution in #226
Full Changelog: v1.5.1...v1.6.0