Skip to content

10.4.0

Compare
Choose a tag to compare
@nene nene released this 05 Sep 07:36
· 697 commits to master since this release

Bugfixes

  • Fix parse error in BETWEEN expressions that use tbl.col syntax #423
  • Don't support backslash escapes when SQL dialect only supports repeated-quote escapes #308

Mildly breaking changes

  • All strings and identifiers no more support all kinds of escaping (e.g. both \" and "") #425
  • Unclosed strings/quoted-identifiers (like "...) are no more supported #425
  • All possible single-char operators are no more supported in all dialects (only operators specific to the dialect) #426