SQLite
Timeline
Not logged in

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

20 most recent timeline items

2012-01-27
18:15 • New ticket [c04a8b8a4f] Trailing comments not stripped from views, invalid dumps. (user: rogerb)
2012-01-25
22:08
[2a7170f03c] Leaf: Cherrypick the FTS fix in c05c3fd20d9 into the nx-devkit branch. Ticket [edb497982c]. (user: drh, tags: nx-devkit)
20:43
[11f68d997d] Leaf: Only invalidate the schema when the OP_ParseSchema opcode fails, not on any general failure of a vdbe program. (user: drh, tags: trunk)
19:04 • New ticket [edb497982c] FTS n-character prefix query returns incorrect results when using an n+1 character prefix index.. (user: dan)
16:29
[c05c3fd20d] Fix an FTS problem triggered by querying for an N character prefix using an N+1 character prefix index after rows have been deleted from the FTS table. Fix for [edb497982c]. (user: dan, tags: trunk)
2012-01-24
10:08
[7036886e83] Changes to the async-io module so that the xFileControl method returns SQLITE_NOTFOUND when a file-control is not recognized and so that it adds the second nul-terminator byte to filenames passed to the xOpen method of the underlying VFS. (user: dan, tags: trunk)
2012-01-20
15:05
[d7374568cb] Cherrypick the fix from 629108c8e5376f989 into the nx-devkit branch. (user: drh, tags: nx-devkit)
2012-01-19
16:57
[ab80f2c3b2] Make the use and function of SQLITE_DYNAMIC clearer. Add assert() statement to help ensure that SQLITE_DYNAMIC is not misused. (user: drh, tags: trunk)
2012-01-18
18:22
[bbaec351dd] Avoid overriding the malloc_usable_size symbol using the C preprocessor as this might be confusing the build on some systems. (user: drh, tags: trunk)
12:46
[238e35a441] Add the SQLITE_WITHOUT_MSIZE and SQLITE_WITHOUT_ZONEMALLOC macros in mem1.c to disable the use of _msize() on windows and the zone memory allocator on Apple products, respectively. (user: drh, tags: trunk)
01:14
[d0dabe2f37] Remove a redundant assignment from the VM. (user: drh, tags: trunk)
01:09
[199edb6869] Fix typo in comment. (user: mistachkin, tags: trunk)
2012-01-17
15:29
[96900c47e4] Remove the undocumented PRAGMA omit_readlock hack. (user: drh, tags: trunk)
2012-01-16
16:56
[93aa17d866] Enhance the command-lin shell to interpret CSV files as described by the wikipedia article on CSV. (user: drh, tags: trunk)
16:39
[de11cd5cc9] Test the fts4 content and prefix options together. (user: dan, tags: trunk)
13:28
[ebd01a8def] Version 3.7.10 (user: drh, tags: trunk, release, version-3.7.10)
13:00
[9da1cd0a06] Rebuild the configure script using autoconf 2.68 since autoconf 2.65 (previously used) appears to build incorrect scripts for Mac. (user: drh, tags: trunk)
12:33
[2845654d42] Leaf: Support building with SQLITE_ENABLE_SESSION under MSVC. (user: mistachkin, tags: sessions)
2012-01-14
15:35 • Fixed ticket [ff5be73dee]: Database corruption following power-loss in WAL mode plus 1 other change (user: drh)
15:34 • Fixed ticket [a1fa75cbdd]: Database corruption following unlucky application crash in WAL mode with "PRAGMA journal_size_limit" plus 1 other change (user: drh)