Skip to content

Fix several issues with UNION query support

Compare
Choose a tag to compare
@VaporBot VaporBot released this 14 Dec 00:14
· 35 commits to main since this release
9cc30f8
This patch was authored and released by @gwynne.
  • Fixes SQLUnionBuilder lacking SQLQueryFetcher conformance.
  • Fixes support for SQLite.
  • Adds support for INTERSECT [DISTINCT|ALL] and EXCEPT [DISTINCT|ALL] unions.
  • Adds documentation for SQLDialect and its subtypes.
  • Improves test infrastructure.