/ Timeline
Login

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

50 check-ins occurring around 9491ba7d738528f1.

2014-08-19
20:41
A better fix for the sqlite3_trace() problem. Ticket [11d5aa455e0d98f3c1e6a] check-in: 44d5bd4cc3 user: drh tags: trunk
20:27
Make sure the sqlite3_trace() callback is invoked, even if the prepared statement was marked "expired" before it ever entered sqlite3_step(). Ticket [11d5aa455e0d98f3c1e6a08]. check-in: 0d4d3df4bc user: drh tags: trunk
19:28
Improvements to output formatting with the ".trace" command in the command-line shell. check-in: d09d63c077 user: drh tags: trunk
09:15
Minor changes to do with the Tcl tea extension package autoconf system. check-in: f10a611126 user: dan tags: trunk
00:33
Disable the hook-7.5.2 tests when using sessions, since that are not correct in that case. check-in: 6d5b9332e8 user: drh tags: sessions
00:26
Improved response to error conditions in the ".session" shell command and in the "changeset" command-line program. check-in: b69f7dd1f3 user: drh tags: sessions
2014-08-18
20:23
Fix the autoconf and MSVC makefiles so that they construct the changeset command-line utility upon request. Delete that utility program when "make clean" is run. check-in: 4dc15fe066 user: drh tags: sessions
20:14
Fix a harmless compiler warning in the sessionAppendDelete() function. check-in: 1324d08d0c user: drh tags: sessions
20:08
Add the "changeset" command-line tool for analyzing and manipulating changesets in files on disk. Add the ".session" command to the command-line tool. check-in: 31addb627f user: drh tags: sessions
20:01
A reasonably complete implementation of the "changeset" command-line tool and the ".sessions" command in the command-line shell. Closed-Leaf check-in: 7b12f1f9c0 user: drh tags: sessions_from_cli
19:30
Add an "automerge=0" mode that disables auto-merging and falls back to fts4-style crisis merges. check-in: 2397404e15 user: dan tags: fts5
17:56
Add the "changeset" command-line utility for getting an ASCII dump of change sets. check-in: 55bb3544a6 user: drh tags: sessions_from_cli
16:03
Add miscellaneous test cases to improve coverage of sessions module. check-in: 0fac6cfffe user: dan tags: sessions
15:08
Begin adding commands to the command-line interface for interacting with the sessions extension. This is the first check-in of a work-in-progress. check-in: c2fcf0b9f4 user: drh tags: sessions_from_cli
13:48
Merge the latest trunk changes, and in particular the refactoring of the object names in the command-line shell. check-in: 419d286a2f user: drh tags: sessions
13:45
Refactor the names of state objects in the command-line shell implementation.. check-in: 11a70e1ae7 user: drh tags: trunk
08:42
Add tests for sessions module. check-in: 82fdb1975f user: dan tags: sessions
2014-08-16
19:01
Fix some missing and out-of-date comments in the sessions module. check-in: 05c1d9149b user: dan tags: sessions
16:47
Fixes for the sqlite3changeset_concat() API regarding patchsets. check-in: dccb348595 user: dan tags: sessions
2014-08-15
20:15
Begin adding the sqlite3session_patchset() API to the sessions extension. This is an interim commit. check-in: 60a4565a8c user: dan tags: sessions
16:13
Fix compiler warnings on WinCE. check-in: 28a379fcd4 user: drh tags: trunk
16:10
Merge the 3.8.6 changes into the apple-osx branch. check-in: b91fcb3b1b user: drh tags: apple-osx
15:46
Merge the 3.8.6 release into the threads branch. check-in: 05807c4122 user: drh tags: threads
15:10
Update the sessions branch for version 3.8.6. check-in: 2acbeac1fd user: drh tags: sessions
11:46
Version 3.8.6 check-in: 9491ba7d73 user: drh tags: trunk, release, version-3.8.6
2014-08-14
19:53
Fix an assert that can fail if the database file is corrupted. check-in: 3f45b8192d user: dan tags: trunk
18:31
Fix compiler warnings on WinCE. Closed-Leaf check-in: cc910b8e0c user: mistachkin tags: winCeWarn
14:02
Merge the pre-3.8.6 changes into the threads branch. check-in: a608fd1d52 user: drh tags: threads
13:39
Merge the pre-3.8.6 changes from trunk into the apple-osx branch. check-in: 08058df3af user: drh tags: apple-osx
13:06
Fix typos in comments used to help generate documentation. No changes to code. check-in: 13a2d90a28 user: drh tags: trunk
02:59
Add icon to the Windows shell executable. This is a resource change only, no changes to code. check-in: f5cce9db10 user: mistachkin tags: trunk
2014-08-13
14:43
Merge the trunk changes for 3.8.6 beta3 into the sessions branch. check-in: d49455d9a9 user: drh tags: sessions
11:39
Minor change to unixDelete for VxWorks with a DOS filesystem. check-in: f01d42cc8b user: drh tags: trunk
2014-08-12
20:13
Fix where9.test so that it works with the "no_optimization" permutation. check-in: d46adf9d8f user: dan tags: trunk
16:13
Fix compilation issue in the Win32 VFS when manually defining SQLITE_WIN32_NO_ANSI. check-in: 6715991296 user: mistachkin tags: trunk
16:07
Cache the value of the "totals" record in memory during transactions. check-in: 05dfdad445 user: dan tags: fts5
14:29
Improve the comments associated with SQLITE_TEST_REALLOC_STRESS and add an extra assert() to prove an assumption. check-in: 35c4546163 user: drh tags: trunk
14:06
Run a test with TEST_REALLOC_STRESS and OMIT_LOOKASIDE defined as part of releasetest.tcl on Linux/x86-64. check-in: a1baf3a7b1 user: dan tags: trunk
13:38
If SQLITE_TEST_REALLOC_STRESS is defined, extend the op-code array used by virtual-machine programs by one element at a time, instead of doubling its size with each realloc(). check-in: 4c29182722 user: dan tags: trunk
13:32
Remove support for Win9x. Leaf check-in: 169fc47e16 user: drh tags: drop-win9x-support
12:19
Fix typos in the VxWorks code of os_unix.c. check-in: 19682e8fdc user: drh tags: trunk
09:36
Add a test to ensure that the problem fixed by [a179e41e40] does not recur. check-in: 31356f2cae user: dan tags: trunk
08:36
Automatically resize the hash table used by fts5. check-in: f1cb48f412 user: dan tags: fts5
01:23
Fix an assert() statement in the SELECT code generator that was incorrect following an OOM error. check-in: a179e41e40 user: drh tags: trunk
2014-08-11
20:26
Simplify the way position lists are copied when merging data. check-in: 9f8d678a0e user: dan tags: fts5
19:44
Replace the hash table borrowed from fts3. check-in: 617e2fac1c user: dan tags: fts5
17:51
Modify GetVersionEx Win32 VFS fix for use with the test suite. check-in: fd2221768b user: mistachkin tags: trunk
17:41
Further clarification and typo fixes for the previous comment change. check-in: 87ef9e2f29 user: drh tags: trunk
17:40
Clarify the comment explaining the meaning of the SQLITE_WIN32_GETVERSIONEX macro in the Windows VFS. check-in: 69714287db user: drh tags: trunk
17:38
Fix for #ifdef issue with GetVersionEx in the Win32 VFS. check-in: 1a0d466dd4 user: mistachkin tags: trunk