Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Move the sqlite3_exec() function to legacy.c. (CVS 1455) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
9385ad5ca82c82d9ef699102ca0b5366 |
User & Date: | danielk1977 2004-05-25 23:35:18.000 |
Context
2004-05-26
| ||
00:01 | Add file legacy.c with old APIs. (CVS 1456) (check-in: ae18fcb7ad user: danielk1977 tags: trunk) | |
2004-05-25
| ||
23:35 | Move the sqlite3_exec() function to legacy.c. (CVS 1455) (check-in: 9385ad5ca8 user: danielk1977 tags: trunk) | |
12:05 | Change a couple of symbol names for the new user function API. (CVS 1454) (check-in: 8f6b20c293 user: danielk1977 tags: trunk) | |
Changes
Changes to main.mk.
Changes to src/copy.c.
Changes to src/delete.c.
Changes to src/insert.c.
Changes to src/main.c.
Changes to src/pragma.c.
Changes to src/select.c.
Changes to src/sqlite.h.in.
Changes to src/test1.c.
Changes to src/update.c.
Changes to src/vdbe.c.
Changes to src/vdbe.h.
Changes to src/vdbeaux.c.