v0.6.12
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.