]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Get rid of the special RowSet processing in where.c and move that into
authordrh <drh@noemail.net>
Fri, 24 Apr 2009 15:46:21 +0000 (15:46 +0000)
committerdrh <drh@noemail.net>
Fri, 24 Apr 2009 15:46:21 +0000 (15:46 +0000)
commit336a5300de1a36309eb2a0741e65749c3529b656
treeb584fd0be0a64655823c7fa9abe73f2c52c8040f
parent46619d67873a20d83e298246d428ef695b91720c
Get rid of the special RowSet processing in where.c and move that into
clients.  Added the WHERE_DUPLICATES_OK option to eliminate an unnecessary
RowSet during DELETE with a WHERE clause containing ORs. (CVS 6546)

FossilOrigin-Name: 98606bee9e41b8969fb639fc43864e230185ca43
manifest
manifest.uuid
src/delete.c
src/select.c
src/sqliteInt.h
src/update.c
src/where.c