SQLite
Timeline
Not logged in

20 most recent timeline items

2013-05-17
20:16
[7a9aa21c35] Leaf: Remove a stray tab character from the transitive_closure extension source code. (user: drh, tags: trunk)
17:15
[cec2bcb45a] Fix a bug in SQLITE_TRACE_SIZE_LIMIT that was introduced by check-in 1a1cf5aa86734c8. That check-in was to remove harmless compiler warnings. So once again, we have introduced a real bug into SQLite by attempting to eliminate a harmless compiler warning. (user: drh, tags: trunk)
16:41
[0f355bb17f] In test file test_syscall.c, include sqliteInt.h before any tcl or system include files. This ensures that the magical defines in sqliteInt.h really do enable large file support (and set things up so that sizeof(off_t)==8). (user: dan, tags: trunk)
12:52
[d0c2288c72] Use sum() instead of total() in mptest/multiwrite01.test too. (user: drh, tags: trunk)
12:51
[8ba0fc9811] Use sum() instead of total() in the mptest/crash01.test script. (user: drh, tags: trunk)
12:25
[cec0a06c17] Add extra "PRAGMA mmap_size = N" statements to mmap1.test and mmap2.test. (user: dan, tags: trunk)
12:10
[1def4ea3a0] In os_unix.c and os_win.c, initialize the default mmap-limit of a new file descriptor to the current global default mmap-limit, not the current global maximum allowable mmap-limit. (user: dan, tags: trunk)
10:58
[af8057ef5d] Leaf: Update the sessions branch to the latest 3.7.17 beta. (user: drh, tags: sessions)
2013-05-16
19:15
[d8ded9d8a1] Fix minor test script issues causing releasetest.tcl to fail. (user: dan, tags: trunk)
18:33
[8ffbefe7d7] Fix a typo in Makefile.in preventing compilation with the --disable-amalgamation option. (user: dan, tags: trunk)
14:28
[e97d744ba1] Several releasetest.tcl related fixes to test cases. No code changes. (user: dan, tags: trunk)
12:41
[6d45a79fb1] Fix compilation with SQLITE_OMIT_WAL on Win32. (user: mistachkin, tags: trunk)
11:57
[d11e76072a] In sqlite3_close_v2(), do not attempt to roll back a transaction if there exist active statement objects. Any open transaction will be rolled back when the last of these statement objects is finalized. (user: dan, tags: trunk)
01:02
[9ffff3d052] Treat identifiers in the HAVING clause the same as in the WHERE clause. Only consider AS names from the result set to match if there are no other matches. Continuation of the fix for [2500cdb9be05]. This check-in fixes a bug found by SqlLogicTest during release testing for version 3.7.17. (user: drh, tags: trunk)
2013-05-15
20:35
[7e76889d67] Apply compilation fix from a58af81483 to the other makefiles as well. (user: mistachkin, tags: trunk)
18:45
[d09355050a] Update the sessions branch with the latest trunk changes. (user: drh, tags: sessions)
18:34
[00231fb012] Fixes to allow testfixture to be compiled with SQLITE_OMIT_VIRTUAL_TABLE defined. (user: dan, tags: trunk)
18:21 • Fixed ticket [e636a050b7]: Database corruption in shared cache mode plus 5 other changes (user: drh)
18:20 • Edit 5cc1cc55d28a73d3: Edit check-in comment. (user: drh)
18:19 • Edit 6071b7cce067c807: Edit check-in comment. (user: drh)