v0.21.0
Immutable
release. Only release title and notes can be modified.
Changelog
- 58f9940 Merge pull request #88 from winebarrel/add-omit-schema-scenario-test
- 1244268 Guard pist commands with if-blocks in omit_schema scenario
- b135cbd Fix schemaless index definition missing schema qualification
- 35fee27 Add --omit-schema scenario test
- 447f70a Merge pull request #87 from winebarrel/add-matview-dependency-tests
- 69eec3d Add materialized view dependency and filter tests
- 5e949e1 Merge pull request #86 from winebarrel/add-materialized-view-support
- 03dc224 Clarify comment on recreated view comment handling
- 5ae310c Re-apply comment after materialized view DROP+CREATE
- 33fbe12 Preserve table.* in ColumnRef stripping
- 640e660 Add nil guards for CreateTableAsStmt in deps.go
- af81e9b Improve parser coverage for materialized view paths
- 4a338c5 Fix grep regex portability in helper.sh
- f0b1fd8 Fix rename type mismatch and comment type consistency
- 2926cd5 Handle VIEW ↔ MATERIALIZED VIEW type changes and add ALTER MATERIALIZED VIEW pattern
- ae9aba2 Add materialized view to drop_policy scenario tests
- bd24c94 Gate materialized view modify on drop policy
- 9add684 Improve patch coverage for catalog and parser
- 8e2d3b4 Improve diff/views.go patch coverage with equalViewDef tests
- a0098a7 Add remaining materialized view test coverage
- b5a2502 Add missing materialized view test patterns and fix bugs
- 9284201 Add materialized view support
- b5e48ba Merge pull request #85 from winebarrel/toposort-diff-ordering
- 40f4269 Remove duplicated doc comment on extractViewDepsFallback
- 648e030 Address sixth round of Copilot review feedback
- dcd89ad Address fifth round of Copilot review feedback
- 84ce06b Address fourth round of Copilot review feedback
- 631638a Add tests for third round review feedback
- 7f221c8 Address third round of Copilot review feedback
- 8b701cf Add FuncCall subquery and escaped-quote split test cases
- 1f084cf Add tests for remaining uncovered code paths
- f924f65 Add missing tests and fix view dep parsing for review feedback
- 289995d Address second round of Copilot review feedback
- 937b3eb Address Copilot review feedback on toposort integration
- 69b8ef8 Improve toposort test coverage from 92.2% to 94.8%
- add496c Replace hardcoded diff ordering with topological sort
- 159e5ff Merge pull request #84 from winebarrel/add-fmt-test-coverage
- 09f8e96 Add fmt test coverage for domain, idempotency, and CLI scenario tests