What's Changed
- fix: exclude DiffSource interface field from JSON serialization (#305) by @tianzhou in #309
- fix: preserve dependency order for views in multi-file dump (#307) by @tianzhou in #310
- fix: use DROP+CREATE for views with column changes instead of CREATE OR REPLACE (#308) by @tianzhou in #311
- fix: quote camelCase column names in online NOT NULL rewrite DDL (#313) by @tianzhou in #315
- fix: normalize view definitions to strip same-schema qualifiers (#314) by @tianzhou in #316
- fix: scope pg_class joins by relnamespace to prevent cross-schema comment misattribution (#318) by @tianzhou in #319
- fix: quote reserved keywords after schema prefix stripping in function bodies (#320) by @tianzhou in #322
- fix: order REVOKE before GRANT when transitioning between table and column privileges (#324) by @tianzhou in #325
- fix: DROP function before CREATE when return type or param names change (#326) by @tianzhou in #327
- fix: add 13 missing reserved keywords to identifier quoting (#328) by @tianzhou in #330
- docs: update CLAUDE.md, skills, and add PostgreSQL grammar reference files by @tianzhou in #331
Full Changelog: v1.7.2...v1.7.3