Skip to content

v0.6.12

Choose a tag to compare

@Goldziher Goldziher released this 07 May 14:44
· 27 commits to main since this release
c78c1de

Fixed

  • The 0.6.11 ON CONFLICT preprocessor scanned the raw SQL byte string, so text inside -- line comments and '…' literals could trigger the predicate-stripping path and chew into the surrounding INSERT body. The scanner now runs against an ASCII-uppercase mask where comments + string literals are replaced with same-length spaces, so positions still line up but only structural SQL is matched.

Supersedes v0.6.11; please skip directly to v0.6.12 if you haven't installed v0.6.11 yet.