SQLite

Timeline
Login

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

18 check-ins using file src/sqliteInt.h version 3ebdaeee

2005-02-15
20:47
Split the logic for the ALTER TABLE command off into a separate source code file. (CVS 2342) check-in: 90d6573c user: drh tags: trunk
16:23
Btree checks the autovacuum flag after locking the database file. (CVS 2341) check-in: 6610188f user: drh tags: trunk
16:15
Append the version number to the directory name in source code tarballs. Tickets #793, #855, and #1055. (CVS 2340) check-in: 138577d0 user: drh tags: trunk
13:38
Fix a hyperlink bug on the homepage. (CVS 2338) check-in: 9fd9d9fb user: drh tags: trunk
13:08
Version 3.1.2 (CVS 2337) check-in: e9012d91 user: drh tags: trunk
13:07
Updates to the script that generates the download page for the website. (CVS 2335) check-in: 363590d3 user: drh tags: trunk
12:56
Update the change log. (CVS 2334) check-in: 94c3f20e user: drh tags: trunk
12:51
Update the homepage prior to releases 2.8.16 and 3.1.2. (CVS 2333) check-in: 603bbe47 user: drh tags: trunk
03:38
Ensure a database file is not truncated without an exclusive lock. Fix for ticket #1114. (CVS 2332) check-in: dcbc9833 user: danielk1977 tags: trunk
02:54
Check that read-only pages are not being modified (disabled by default). (CVS 2331) check-in: 8514a4fe user: danielk1977 tags: trunk
2005-02-14
20:48
Make sure that when a CREATE INDEX fails, it does not leave a residue behind that can corrupt the database. Ticket #1115. (CVS 2330) check-in: cbed92f3 user: drh tags: trunk
06:38
Tighten up the CREATE INDEX syntax accepted by the parser. (CVS 2329) check-in: 41d2214b user: danielk1977 tags: trunk
2005-02-13
23:34
Update the version number in preparation for the release of 3.1.2. (CVS 2325) check-in: f3c51de7 user: drh tags: trunk
2005-02-12
08:59
Fix a problem with sub-queries and the flattening optimization. Also handle an extra case of database corruption. (CVS 2324) check-in: f7858d88 user: danielk1977 tags: trunk
00:19
Fix a problem with VACUUM that can lead to database corruption. (CVS 2323) check-in: 63894baf user: drh tags: trunk
2005-02-09
07:05
Return SQLITE_BUSY if the database is locked reading the schema within sqlite_prepare(). Ticket #1106. (CVS 2322) check-in: c33c02d6 user: danielk1977 tags: trunk
03:20
Add experimental collation_list pragma. (CVS 2321) check-in: f73a8aa3 user: danielk1977 tags: trunk
01:40
Document SQLITE_DEFAULT_CACHE_SIZE and SQLITE_DEFAULT_TEMP_CACHE_SIZE macros. (CVS 2320) check-in: ddcea6f8 user: danielk1977 tags: trunk