Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
20 most recent timeline items
|
2012-05-17
| ||
| 21:04 | [224c65e4a5] Leaf: Merge updates from trunk. (user: mistachkin, tags: winrt) | |
| 14:17 | [4068abe05c] Leaf: Stylistic fixes: limit source code line length to 80 characters. C89-style comments only, not C++/C99 style. (user: drh, tags: apple-osx) | |
|
2012-05-16
| ||
| 22:08 | [92e7bb9078] Improve error reporting from sqlite3_file_control, SQLITE_FCNTL_REPLACE_DATABASE shouldn't copy file security/ACL metadata, bad bit mask fixed (user: adam, tags: apple-osx) | |
| 14:29 | [ea2cd55e09] Leaf: Return SQLITE_MISUSE if an application attempts to register a virtual table module with the same name as an existing module. (user: dan, tags: shared-schema) | |
| 01:24 | [5587c73bad] Avoid using sqlite3ResetAllSchemasOfConnection() purely for its side-effects. (user: drh, tags: shared-schema) | |
|
2012-05-15
| ||
| 18:28 | [aa0c3493d3] The former sqlite3ResetInternalSchema() routine was really two different routines, selected by parameter, each with a confused mission. So split this routine up into three separate smaller routines, calling each separately as needed. Hopefully this will make further refactoring and schema reset collateral damage containment easier. (user: drh, tags: shared-schema) | |
| 17:15 | [46f4eb5430] When a connection disconnects from a shared-cache database, only delete the in-memory schema if there are no other connections. (user: dan, tags: shared-schema) | |
| 12:49 | [736d6ea677] Leaf: Add assert()s to verify that Table objects in the schema never use lookaside memory. (user: drh, tags: trunk) | |
|
2012-05-14
| ||
| 12:20 | [0bb1cfc63f] Add an assert() that verifies that the statement pointer from the sqlite3_prepare() family of functions is always NULL if the routines return other than SQLITE_OK. (user: drh, tags: trunk) | |
| 02:05 | [d9348b2a4e] Version 3.7.12 (user: drh, tags: apple-osx) | |
| 01:58 | [be71d2f667] Leaf: Version 3.7.12 (user: drh, tags: sessions) | |
| 01:41 | [8654aa9540] Version 3.7.12 (user: drh, tags: trunk, release, version-3.7.12) | |
|
2012-05-12
| ||
| 22:36 | [af525b5d25] Fix a typo in a comment which is used to generate documentation. No changes to code. (user: drh, tags: trunk) | |
| 18:29 | [e536ac0418] Parser bug fix: Make sure the table constraints allowed by prior releases can still be parsed, even if they are technically not allowed by the syntax diagram. (user: drh, tags: trunk) | |
| 14:59 | [bf57f0fb73] Merge trunk changes with apple-osx branch. (user: dan, tags: apple-osx) | |
| 11:50 | [3f4848a871] Update sessions branch with trunk changes. (user: dan, tags: sessions) | |
| 05:30 | [f84d87bcc0] Before running each test script, make sure the FTS enhanced query syntax is disabled. (user: dan, tags: trunk) | |
| 01:14 | [93061c6e06] Use the regexp result option for a test case in shell1.test. (user: drh, tags: trunk) | |
|
2012-05-11
| ||
| 23:03 | [22eef1d8a8] Adjust some of the pager tests to accommodate longer database pathnames. (user: drh, tags: trunk) | |
| 23:01 | [c4ab72f750] Fix the wal2.test script so that it works on big-endian machines. (user: drh, tags: trunk) | |