v0.7.0
Immutable
release. Only release title and notes can be modified.
Changelog
- 29fc7fb Merge pull request #36 from winebarrel/error-on-unnamed-constraints
- ac2e71a Address review feedback: update comment and expand unnamed constraint tests
- 09de074 Return error for unnamed constraints instead of silently skipping
- ee9442b Merge pull request #35 from winebarrel/improve-test-coverage
- 2b94be6 Address review feedback: fix test names, comments, and assertions
- b14e87e Add tests to improve coverage for parser and model packages
- c5687c2 Merge pull request #34 from winebarrel/extract-column-constraints
- 1b18067 Document that unnamed constraints are not supported
- e66a03c Update patch coverage
- 7919dc7 Add tests for column-level named PRIMARY KEY and mixed constraints
- b17acaa Address review feedback: improve column-level constraint test coverage
- 0cc0a9e Extract named constraints from column definitions in CREATE TABLE
- 215eec0 Merge pull request #33 from winebarrel/fix_etc
- 271373d Fix unnamed inline FK test to cover parseInlineForeignKey
- 6bc9d1f Address review feedback: Validated consistency and comment accuracy
- 7715dd0 Add test for non-text type cast preservation in CHECK normalization
- 291c71d Exclude only PK/UNIQUE/EXCLUSION indexes from standalone index list
- 3d40ed1 Normalize default ASC and NULLS ordering in index comparison
- 7ff879a Parse inline FOREIGN KEY in CREATE TABLE and handle varchar casts
- 1ead0fe Fix false CHECK constraint diffs caused by pg_get_constraintdef normalization
- 85df46c Fix false FK diffs when table schema is not public