/ Changes On Branch many-app-functions
Login

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

Changes In Branch many-app-functions Excluding Merge-Ins

This is equivalent to a diff from 37ec3015ec to 3201fbcc51

2016-02-15
17:56
Make the application-defined SQL function logic more compact and faster, especially faster for the case where an application defines thousands of new SQL functions. (check-in: 7d49ed32a7 user: drh tags: trunk)
15:06
Make sure the codec is invoked when overwriting existing frames of the WAL file. Yikes! (check-in: f694e60a79 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: 3201fbcc51 user: drh tags: many-app-functions)
2016-02-13
23:43
Enhance ability to debug out-of-memory errors. (check-in: 6a9c4a3ebf 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: 37ec3015ec user: drh tags: trunk)
2016-02-12
18:48
Fix a potential buffer overread provoked by invalid utf-8 in fts5. (check-in: a049fbbde5 user: dan tags: trunk)

Changes to src/alter.c.

Changes to src/analyze.c.

Changes to src/attach.c.

Changes to src/callback.c.

Changes to src/date.c.

Changes to src/expr.c.

Changes to src/func.c.

Changes to src/global.c.

Changes to src/main.c.

Changes to src/resolve.c.

Changes to src/sqliteInt.h.

Changes to src/util.c.

Changes to src/vdbemem.c.