Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add an "unsigned int flags" parameter to sqlite4_close(). Currently unused. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
95275bb3708e2274079be8b0070b3d36 |
User & Date: | dan 2013-05-09 19:47:49.124 |
Context
2013-05-10
| ||
18:42 | Change the sqlite4_exec() function to pass protected sqlite4_value objects to the callback instead of an array of nul-terminated strings. check-in: bbf3a54dcf user: dan tags: trunk | |
2013-05-09
| ||
19:47 | Add an "unsigned int flags" parameter to sqlite4_close(). Currently unused. check-in: 95275bb370 user: dan tags: trunk | |
19:12 | Add a destructor parameter to sqlite4_create_function() and create_function16(). Remove create_function_v2(). check-in: b7612a4adb user: dan tags: trunk | |
Changes
Changes to src/main.c.
Changes to src/shell.c.
Changes to src/sqlite.h.in.
Changes to src/tclsqlite.c.
Changes to test/test_main.c.
Changes to test/test_misc1.c.
Changes to test/test_thread0.c.