Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | add sqlite3_exec to dll exports (CVS 1683) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
6c6a84b5641f676d2bd1791863c1be84 |
User & Date: | dougcurrie 2004-06-24 14:43:57.000 |
Context
2004-06-24
| ||
15:09 | add all sqlite3_ functions in capi reference to dll exports (CVS 1684) (check-in: b6ca51e47a user: dougcurrie tags: trunk) | |
14:43 | add sqlite3_exec to dll exports (CVS 1683) (check-in: 6c6a84b564 user: dougcurrie tags: trunk) | |
14:17 | make doc directory earlier in build; see (1667) (CVS 1682) (check-in: 68c90d16b4 user: dougcurrie tags: trunk) | |
Changes
Changes to sqlite3.def.
︙ | ︙ | |||
28 29 30 31 32 33 34 35 36 37 38 39 40 41 | sqlite3_complete sqlite3_complete16 sqlite3_create_function sqlite3_create_function16 sqlite3_errcode sqlite3_errmsg sqlite3_errmsg16 sqlite3_finalize sqlite3_free sqlite3_interrupt sqlite3_last_insert_rowid sqlite3_mprintf sqlite3_open sqlite3_open16 | > | 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | sqlite3_complete sqlite3_complete16 sqlite3_create_function sqlite3_create_function16 sqlite3_errcode sqlite3_errmsg sqlite3_errmsg16 sqlite3_exec sqlite3_finalize sqlite3_free sqlite3_interrupt sqlite3_last_insert_rowid sqlite3_mprintf sqlite3_open sqlite3_open16 |
︙ | ︙ |