SQL Tainter mangles some INSERT statements #11
Labels
bug
Something isn't working
good first issue
Good for newcomers
SQL Rewriting
SQL Rewriting altered the queries semantics
When rewriting the following
INSERT
statement:Fontus turns this into:
This is not generally the case when there are multiple
VALUES
provided, as, for example, the following query pair is rewritten correctly:Based on a 30s look into the debugger, the starting point to debug this is here, as it breaks in the ItemsListTainter.
The text was updated successfully, but these errors were encountered: