Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Always use "(char*)0" to terminate the argument list of sqliteSetString(). This is needed for 64-bit systems that use a 32-bit integer by default. (CVS 1126) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
656c90387a4a714b4f31040ece9b0e15 |
User & Date: | drh 2003-12-06 21:43:56.000 |
Context
2003-12-06
| ||
22:22 | Fail an ATTACH if the auxiliary database is locked. Ticket #514. (CVS 1127) (check-in: ac428c8d4a user: drh tags: trunk) | |
21:43 | Always use "(char*)0" to terminate the argument list of sqliteSetString(). This is needed for 64-bit systems that use a 32-bit integer by default. (CVS 1126) (check-in: 656c90387a user: drh tags: trunk) | |
2003-12-04
| ||
20:51 | Use sqlite_freemem() instead of free() in the shell. Windows needs this. (Unix does not care.) Ticket #444. (CVS 1125) (check-in: e5e6a8481b user: drh tags: trunk) | |
Changes
Changes to src/auth.c.
Changes to src/btree.c.
Changes to src/btree_rb.c.
Changes to src/build.c.
Changes to src/insert.c.
Changes to src/main.c.
Changes to src/os.c.
Changes to src/parse.y.
Changes to src/table.c.
Changes to src/tokenize.c.
Changes to src/vdbe.c.
Changes to src/vdbeaux.c.
Changes to src/where.c.