Skip to content
Snippets Groups Projects
Commit b2b4f37f authored by Kirill Yukhin's avatar Kirill Yukhin Committed by Konstantin Osipov
Browse files

sql: Disable one pass delete method in `DELETE FROM` with multiple lines.

     * Deleting tuple invalidates pointing iterator, so either iterator or
     byte-coded loop should be modified in future. Disable this optimization
     so far.
     * Add regression test.

sql: Fix check for view when enforcing W/O ROWID

sql: Fix comparator

BLOB vs non-BLOB case.
parent 71497938
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment