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

Overview
Comment:Change sqlite4_prepare() to return the number of bytes read from the input SQL script via an output variable (instead of returning a pointer to the next SQL statement within the buffer).
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 79197d57b4a6bffd58bd881148edf2968b084f2b
User & Date: dan 2013-05-10 19:19:07.254
Context
2013-05-18
19:42
Use the default sqlite4_mm object for malloc() and free(). check-in: e3280f4585 user: dan tags: trunk
2013-05-10
19:19
Change sqlite4_prepare() to return the number of bytes read from the input SQL script via an output variable (instead of returning a pointer to the next SQL statement within the buffer). check-in: 79197d57b4 user: dan tags: trunk
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
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/legacy.c.
Changes to src/prepare.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_thread.c.