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

Overview
Comment:Remove the no longer required FuncDestructor object.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: e5d82c92f092f99f8968ddd77c198b0cbb298ef7
User & Date: dan 2013-06-13 16:32:32.436
Context
2013-06-13
20:20
Remove the encoding argument from sqlite4_create_collation(). Pass sqlite4_value objects to the collation sequence callbacks instead. check-in: 7f314c9a71 user: dan tags: trunk
16:32
Remove the no longer required FuncDestructor object. check-in: e5d82c92f0 user: dan tags: trunk
15:24
Remove the 'encoding' argument from sqlite4_create_function(). check-in: f88d080127 user: dan tags: trunk
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/main.c.
Changes to src/pragma.c.
Changes to src/resolve.c.
Changes to src/sqlite.h.in.
Changes to src/sqliteInt.h.
Changes to src/vdbeaux.c.
Changes to test/func3.test.
Changes to test/test_main.c.