SQLite

Changes On Branch noMemBkpt
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Changes In Branch noMemBkpt Excluding Merge-Ins

This is equivalent to a diff from 37ec3015 to e9753d9a

2016-02-15
18:15
Add the SQLITE_NOMEM_BKPT macro to enhance the ability to debug OOM errors. Only effective with compiling with SQLITE_DEBUG. (check-in: 9b345476 user: drh tags: trunk)
15:06
Make sure the codec is invoked when overwriting existing frames of the WAL file. Yikes! (check-in: f694e60a user: drh tags: trunk)
00:34
Improvements to the application-defined function mechanism so that it is more compact and runs faster, especially when the application defines thousands of new SQL functions. (Closed-Leaf check-in: 3201fbcc user: drh tags: many-app-functions)
2016-02-14
00:14
Update a comment. (Closed-Leaf check-in: e9753d9a user: mistachkin tags: noMemBkpt)
2016-02-13
23:43
Enhance ability to debug out-of-memory errors. (check-in: 6a9c4a3e user: mistachkin tags: noMemBkpt)
18:54
Provide Sqlite3_SafeInit() and Sqlite3_SafeUnload() entry points on the TCL interface, but have the always return TCL_ERROR, because the non-standard TCL builds on Macs require this. (check-in: 37ec3015 user: drh tags: trunk)
2016-02-12
18:48
Fix a potential buffer overread provoked by invalid utf-8 in fts5. (check-in: a049fbbd user: dan tags: trunk)

Changes to src/analyze.c.

Changes to src/attach.c.

Changes to src/backup.c.

Changes to src/bitvec.c.

Changes to src/btree.c.

Changes to src/build.c.

Changes to src/complete.c.

Changes to src/dbstat.c.

Changes to src/journal.c.

Changes to src/legacy.c.

Changes to src/loadext.c.

Changes to src/main.c.

Changes to src/malloc.c.

Changes to src/memjournal.c.

Changes to src/os.c.

Changes to src/os_unix.c.

Changes to src/os_win.c.

Changes to src/pager.c.

Changes to src/pcache.c.

Changes to src/prepare.c.

Changes to src/select.c.

Changes to src/sqliteInt.h.

Changes to src/table.c.

Changes to src/threads.c.

Changes to src/tokenize.c.

Changes to src/utf.c.

Changes to src/vacuum.c.

Changes to src/vdbe.c.

Changes to src/vdbeapi.c.

Changes to src/vdbeaux.c.

Changes to src/vdbemem.c.

Changes to src/vdbesort.c.

Changes to src/vtab.c.

Changes to src/wal.c.

Changes to src/where.c.