]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Revamp the SrcList allocator routines to be methods of Parse instead of
authordrh <drh@noemail.net>
Thu, 17 Jan 2019 15:40:41 +0000 (15:40 +0000)
committerdrh <drh@noemail.net>
Thu, 17 Jan 2019 15:40:41 +0000 (15:40 +0000)
commit29c992cb049c0fbf3185082d3f81dd76c13e746d
tree6f0440a77be7c961f59cb858c29256198c0cf22b
parent0ad7aa818283c82c550cdf18c7f897341b66f39f
Revamp the SrcList allocator routines to be methods of Parse instead of
being methods of the "sqlite3" object, so that they can leave better error
messages when the SrcList object grows too large.

FossilOrigin-Name: df08d472b090b212fb77ce2aae0e1ffe79ae5db4b1accf55e6fdb18e8b0a7098
manifest
manifest.uuid
src/build.c
src/delete.c
src/fkey.c
src/parse.y
src/select.c
src/sqliteInt.h
src/trigger.c
src/window.c
test/with1.test