]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Improvements to the way that OOM errors are processed.
authordrh <drh@noemail.net>
Fri, 5 Feb 2016 01:55:27 +0000 (01:55 +0000)
committerdrh <drh@noemail.net>
Fri, 5 Feb 2016 01:55:27 +0000 (01:55 +0000)
commit4a642b60607e55a2c25f663b472af3609c76b214
treed4af5d6c69d8cde0c32bfcc7a427eb34c2815080
parente514f651d0fb5364e6495b9d6c4dd80ca51a227f
Improvements to the way that OOM errors are processed.

FossilOrigin-Name: c3ef03478a5788c855b3aef385d43ae7f494f440
30 files changed:
ext/misc/json1.c
manifest
manifest.uuid
src/alter.c
src/analyze.c
src/attach.c
src/build.c
src/callback.c
src/expr.c
src/fkey.c
src/func.c
src/insert.c
src/legacy.c
src/main.c
src/malloc.c
src/parse.y
src/pragma.c
src/prepare.c
src/printf.c
src/select.c
src/sqliteInt.h
src/tokenize.c
src/trigger.c
src/vdbe.c
src/vdbeapi.c
src/vdbeaux.c
src/vdbemem.c
src/vtab.c
src/where.c
src/whereexpr.c