On 4/9/16, Richard Hipp <drh at sqlite.org> wrote: > On 4/9/16, Bradley Grainger <bgrainger at faithlife.com> wrote: >> In some circumstances "DELETE FROM x WHERE col = val" may fail to delete >> all >> rows if "PRAGMA reverse_unordered_selects = true;" has been executed. >> > > https://sqlite.org/src/info/a306e56ff68b8fa5
Should be fixed now on trunk. The key change (https://sqlite.org/src/fdiff?sbs=1&v1=863aedf086131743&v2=8fdad9fbba723df1) is moving a single block of up 26 lines in the file. -- D. Richard Hipp drh at sqlite.org

