You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sqlparser upgrade broke the scrubbing of RELEASE SAVEPOINT and ROLLBACK TO SAVEPOINT SQL statements. Though even on the old versions those statements had some scrubbing issues.
sqlparser improved parsing capabilities, which made us rely on the
fallback scrubber less. Unfortunately, In the case of savepoints, the
fallback scrubber caught more than the parser-based scrubber.
Reverts #3083Fixes#3085
The
sqlparser
upgrade broke the scrubbing ofRELEASE SAVEPOINT
andROLLBACK TO SAVEPOINT
SQL statements. Though even on the old versions those statements had some scrubbing issues.See also: #3084
Savepoint queries were disabled in #3083 as a quick fix.
The text was updated successfully, but these errors were encountered: