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

Overview
Comment:Change the API for binding strings and blobs so that the destructor now carries an extra argument which can be used as the sqlite4_env pointer, thus allowing functions like sqlite4_free() to be used as a string or blob destructor.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 56335097b187b038c4ee64a65a33ddbd904242bf
User & Date: drh 2013-02-13 12:28:13.287
Context
2013-02-14
15:32
Fold in Peter Reid's fixes and enhancements to the sqlite4_num object. check-in: 8ede88c1df user: drh tags: trunk
2013-02-13
12:28
Change the API for binding strings and blobs so that the destructor now carries an extra argument which can be used as the sqlite4_env pointer, thus allowing functions like sqlite4_free() to be used as a string or blob destructor. check-in: 56335097b1 user: drh tags: trunk
2013-02-11
18:33
Fix the data decoder so that it correctly handles +Inf and -Inf. check-in: c04b47fd62 user: drh tags: trunk
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/alter.c.
Changes to src/callback.c.
Changes to src/complete.c.
Changes to src/date.c.
Changes to src/fts5.c.
Changes to src/fts5func.c.
Changes to src/func.c.
Changes to src/main.c.
Changes to src/shell.c.
Changes to src/sqlite.h.in.
Changes to src/sqliteInt.h.
Changes to src/tclsqlite.c.
Changes to src/utf.c.
Changes to src/util.c.
Changes to src/vdbe.c.
Changes to src/vdbe.h.
Changes to src/vdbeInt.h.
Changes to src/vdbeapi.c.
Changes to src/vdbeaux.c.
Changes to src/vdbecodec.c.
Changes to src/vdbemem.c.
Changes to src/vdbetrace.c.
Changes to test/test_func.c.
Changes to test/test_main.c.
Changes to test/test_utf.c.