Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add a line about the SQLITE_MAX_ATTACHED increase to the change log. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
15a9eb4640f668fc9f5f76760ac7a146 |
User & Date: | drh 2011-03-23 18:24:00.588 |
Context
2011-03-28
| ||
16:44 | Add basic authentication capabilities to althttpd.c (check-in: 458e5b55bf user: drh tags: trunk) | |
2011-03-23
| ||
18:24 | Add a line about the SQLITE_MAX_ATTACHED increase to the change log. (check-in: 15a9eb4640 user: drh tags: trunk) | |
2011-03-21
| ||
07:25 | Remove some sqlite API related text that was accidentally copied from c3ref.in into session.in. (check-in: 2027dee073 user: dan tags: trunk) | |
Changes
Changes to pages/changes.in.
︙ | ︙ | |||
53 54 55 56 57 58 59 60 61 62 63 64 65 66 | called by one statement with a failed foreign key constraint prior to another statement with foreign key constraints running. <li> Integer arithmetic operations what would have resulted in overflow are now performed using floating-point instead. <li> Increased the version number on the [sqlite3_vfs | VFS object] to 3 and added new methods xSetSysCall, xGetSysCall, and xNextSysCall used for doing full-coverage testing. <li> Enhancements to FTS4: <i>Description TBD...</i> } chng {2011 February 01 (3.7.5)} { <li> Added the [sqlite3_vsnprintf()] interface. <li> Added the [SQLITE_DBSTATUS_LOOKASIDE_HIT], [SQLITE_DBSTATUS_LOOKASIDE_MISS_SIZE], and | > > | 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 | called by one statement with a failed foreign key constraint prior to another statement with foreign key constraints running. <li> Integer arithmetic operations what would have resulted in overflow are now performed using floating-point instead. <li> Increased the version number on the [sqlite3_vfs | VFS object] to 3 and added new methods xSetSysCall, xGetSysCall, and xNextSysCall used for doing full-coverage testing. <li> Increase the maximum value of [SQLITE_MAX_ATTACHED] from 30 to 62 (though the default value remains at 10). <li> Enhancements to FTS4: <i>Description TBD...</i> } chng {2011 February 01 (3.7.5)} { <li> Added the [sqlite3_vsnprintf()] interface. <li> Added the [SQLITE_DBSTATUS_LOOKASIDE_HIT], [SQLITE_DBSTATUS_LOOKASIDE_MISS_SIZE], and |
︙ | ︙ |