Skip to content

v0.2.1

Choose a tag to compare

@daniel3303 daniel3303 released this 08 Jun 16:35
· 17 commits to main since this release
5558eed

Fixed

  • ReadOnly statement validator wrongly rejected WITH (CTE) queries whose CTE name was double-quoted (e.g. WITH "Summary" AS (...) SELECT ...) as "malformed", silently neutralising a valid read-only query into empty results. The identifier reader now handles double-quoted identifiers (and digits in unquoted names), so quoted CTEs execute normally. The recursive write-detection guard still rejects a writable body inside a quoted CTE.

See CHANGELOG.md.