]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Make it so that any Parse object is always linked into the database conenction
authordrh <>
Mon, 24 Jan 2022 15:34:55 +0000 (15:34 +0000)
committerdrh <>
Mon, 24 Jan 2022 15:34:55 +0000 (15:34 +0000)
commitc692df2784db52587fdf2a2ae20340ad8e7fc034
tree3ab1ebee2f4688a599475ef396c8397796cd54c3
parentb5d44732214816116942ac27ebcb062542b31296
Make it so that any Parse object is always linked into the database conenction
while it is active.  Hence, an OOM will cause Parse.nErr to be set.

FossilOrigin-Name: 6a45d8fe8bfbc11a5b86d25237e1f8bccfb0f22f3dcaf004ba797aeb57b365ec
manifest
manifest.uuid
src/alter.c
src/backup.c
src/prepare.c
src/sqliteInt.h
src/trigger.c
src/util.c
src/vdbeblob.c
src/vtab.c