Releases: ValkDB/postgresparser
Releases · ValkDB/postgresparser
Release list
v1.3.2
What's Changed
- fix(ir): record leading set-op branch WHERE usage once by @eitamring in #87
- fix(ir): stop duplicating leading set-op FROM subqueries by @eitamring in #88
Full Changelog: v1.3.1...v1.3.2
v1.3.1
What's Changed
- fix(ir): record INTERSECT right-hand WHERE column usage by @eitamring in #86
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
- feat(analysis): resolve unqualified WHERE columns against CTEs and derived tables by @eitamring in #84
Full Changelog: v1.2.9...v1.3.0
v1.2.9
What's Changed
- feat(ir): tag subqueries with the clause they appear in by @eitamring in #82
- chore(deps): bump actions/checkout from 6 to 7 by @dependabot[bot] in #83
Full Changelog: v1.2.8...v1.2.9
v1.2.8
What's Changed
- fix(analysis): split IN values on top-level commas only by @eitamring in #81
Full Changelog: v1.2.7...v1.2.8
v1.2.7
What's Changed
- feat(analysis): add ExtractWhereConditionsWithSchema for unqualified column resolution by @eitamring in #76
Full Changelog: v1.2.6...v1.2.7
v1.2.6
What's Changed
- feat(ddl): capture CREATE INDEX INCLUDE columns and partial WHERE predicate by @eitamring in #73
Full Changelog: v1.2.5...v1.2.6
v1.2.5
What's Changed
- fix(analysis): JSONB extraction handles quoted identifiers and complex casts by @eitamring in #72
Full Changelog: v1.2.4...v1.2.5
v1.2.4
What's Changed
- feat(errors): show source line with caret in parse diagnostics by @eitamring in #71
Full Changelog: v1.2.3...v1.2.4
v1.2.3
What's Changed
- refactor(parser): extract trimmed text helper by @eitamring in #67
Full Changelog: v1.2.2...v1.2.3