]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix the SQLITE_ENABLE_UPDATE_DELETE_LIMIT functionality so that it works with
authordan <dan@noemail.net>
Tue, 14 Nov 2017 18:26:22 +0000 (18:26 +0000)
committerdan <dan@noemail.net>
Tue, 14 Nov 2017 18:26:22 +0000 (18:26 +0000)
commite317bd402430ecb6f9f841ef0218867ebc6604d0
tree4266eb1c3b0f99eb0410cba0c77062f20dd5d0c0
parente5b69789161a5d6999e7c09586e152e7b58ed088
Fix the SQLITE_ENABLE_UPDATE_DELETE_LIMIT functionality so that it works with
views and WITHOUT ROWID tables. This is a modified cherrypick of [dae4a97a].

FossilOrigin-Name: b2679d3b7ad090cbcb536317989f3ad1a9470e9f39daef561934d9d18dc69240
12 files changed:
manifest
manifest.uuid
src/delete.c
src/fkey.c
src/parse.y
src/resolve.c
src/sqliteInt.h
src/trigger.c
src/update.c
test/wherelfault.test [new file with mode: 0644]
test/wherelimit.test
test/wherelimit2.test [new file with mode: 0644]