/ Timeline
Login

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

50 check-ins occurring around e9bb4cf40f497197.

2016-04-03
20:45
Merge updates from trunk. check-in: 566b551e5a user: mistachkin tags: altShellFix
2016-04-01
17:54
Preupdate hook documentation fixes. No changes to code. check-in: 59814f35d1 user: drh tags: trunk
12:35
When reading an sqlite_stat1 table with missing entries for some indexes, set the default for the missing indexes after all other indexes are set so that the default values are more in line with indexes that are actually in the stat1 table. check-in: a62340dc05 user: drh tags: trunk
2016-03-31
22:53
Update the clean target in the MSVC makefile. check-in: 69f4d83210 user: mistachkin tags: trunk
21:36
Version 3.9.3 check-in: dfbfd34b3f user: drh tags: release, branch-3.9, version-3.9.3
21:16
Enhance the query planner so that IS and IS NULL operators are able to drive an index on a LEFT OUTER JOIN. check-in: f1e6bb952e user: drh tags: branch-3.9
20:40
Enhance the query planner so that IS and IS NULL operators are able to drive an index on a LEFT OUTER JOIN. check-in: c648539b52 user: drh tags: trunk
15:08
Add another OOM test to this branch. Closed-Leaf check-in: 49763fc3ae user: dan tags: session-retry
10:50
Add further tests for the code on this branch. Fix a problem in OOM handling. check-in: 195f3340ee user: dan tags: session-retry
02:44
Enhanced comments describing the sessions file format. No changes to code. check-in: 84dc41e2df user: drh tags: session-retry
00:45
Fix the return code in sessionRetryConstraints(). check-in: ea917c14b9 user: drh tags: session-retry
2016-03-30
21:19
Have the sqlite3session_apply() function and its streaming equivalent retry any operations that failed with SQLITE_CONSTRAINT after all other operations on the same table have been attempted. New code is largely untested. check-in: 1085911afb user: dan tags: session-retry
16:23
Updates for the MSVC makefiles. check-in: 7cf0cab730 user: mistachkin tags: trunk
16:22
Fix typo in comment. No changes to code. check-in: 64d75cbe2c user: mistachkin tags: trunk
15:30
Simplifications and clarification to update callback handling in the OP_Delete and OP_Insert opcodes. check-in: 47887ef89e user: drh tags: trunk
14:26
Increase the version number to 3.13.0 on account of the new session extension. check-in: e9bcd5acb9 user: drh tags: trunk
14:17
Remove a redundant test for disabling RESTRICT with defer_foreign_keys=ON. check-in: 9cdf813c6a user: drh tags: trunk
13:43
Incorporate the sessions extension and the SQLITE_ENABLE_PREUPDATE_HOOK compile-time option. check-in: 4af7a90f98 user: drh tags: trunk
12:56
Avoid compiler warnings and excess opcodes when SQLITE_ENABLE_PREUPDATE_HOOK is not used. Fix the EXPLAIN output for P4_TABLE opcodes. Closed-Leaf check-in: 5ab46d760d user: drh tags: sessions
12:20
Improvements to the performance testing program "speedtest1.c" and the shell script that invokes it. check-in: e4bee561fd user: drh tags: trunk
2016-03-29
21:19
Fix some code and test coverage issues in fts5_index.c. Leaf check-in: 7635c68018 user: dan tags: fts5
10:36
Merge 3.12.0 changes. check-in: d7381efff4 user: drh tags: begin-concurrent
10:30
Merge 3.12.0 changes. check-in: eef557449c user: drh tags: apple-osx
10:19
Merge changes for 3.12.0. check-in: ed22eb653f user: drh tags: sessions
10:14
Version 3.12.0 check-in: e9bb4cf40f user: drh tags: trunk, release, version-3.12.0
2016-03-28
20:13
Add further tests for savepoint rollback. Fix various code issues and add missing comments in fts5_index.c. check-in: a805c6f7ea user: dan tags: fts5
15:06
Integrate the vcreate-stmt branch into this one. check-in: 06039d901a user: dan tags: fts5
14:57
Open a statement transaction for "CREATE VIRTUAL TABLE" statements in order to ensure that if the xCreate() call fails, changes made to the sqlite_master and possibly other tables are rolled back. Closed-Leaf check-in: d0a3853b37 user: dan tags: vcreate-stmt
11:01
Fix the multiplexor so that it does not assume that the xGetLastError method is non-NULL in the child VFS. check-in: f6a88cccbc user: drh tags: trunk
2016-03-26
20:11
Fix a problem with OOM handling when setting an fts5 configuration option. check-in: 53b80a6d05 user: dan tags: fts5
15:36
More changes to the shellN.test scripts to get them working on all variations of Windows. check-in: 8213c2f581 user: drh tags: trunk
14:41
Remove the catchcmd_collapse_space procedure in tester.tcl - no longer needed. check-in: 3bd499d3bd user: drh tags: trunk
13:26
Update shell1.test tests to deal with backslash escaping in TCL on Windows-style pathnames. check-in: 219a251e18 user: drh tags: trunk
2016-03-25
20:10
Do not run the shell3.test module under mingw because of mingw's dodgy command-line parsing. check-in: a7c080a90a user: drh tags: trunk
17:19
In the Win32 VFS, avoid trying to use rand_s() on Windows CE. check-in: 183350fa7c user: mistachkin tags: trunk
17:09
Add the catchcmd_collapse_space command and use it to help make shell testing more robust against TCL space escapes. check-in: 93caabb660 user: drh tags: trunk
12:10
Fix two instances of undefined behavior in the C code - both harmless for all current compilers. check-in: 99fd194c83 user: drh tags: trunk
2016-03-24
20:55
Make test cases in shell1.test robust against TCL deciding to quote strings using lots of backslashes. check-in: 817e93f42c user: drh tags: trunk
20:36
Prevent negative values of SQLITE_DEFAULT_CACHE_SIZE from making SQLITE_WIN32_HEAP_INIT_SIZE negative. check-in: e0737f5236 user: mistachkin tags: trunk
15:32
Larger margins for one memsubsys1 range check when running with a non-zero reserved-bytes value. check-in: 6db1d1fbc6 user: drh tags: trunk
15:09
Fix some test scripts so that they work with various permutations. check-in: f4d234b501 user: dan tags: trunk
14:34
Merge the beta changes into sessions. check-in: beb5ea1439 user: drh tags: sessions
2016-03-23
17:54
Avoid calling realloc() with a zero size in fuzzcheck.c. check-in: a1fd14694c user: drh tags: trunk
16:32
Fix "ifcapable" tests in capi3.test and capi3c.test so that the tests work with more build configurations. check-in: 3fa88f68c3 user: dan tags: trunk
15:53
Remove an unused local variable from FTS5. check-in: 0ed693c29f user: drh tags: trunk
15:04
Explicitly limit the size of fts5 tokens to 32768 bytes. check-in: 70fc69eed9 user: dan tags: trunk
13:46
Update a requirement mark. No changes to code. check-in: 412984642a user: drh tags: trunk
2016-03-22
20:05
The sqlite3_column_decltype() routine should return NULL, not an empty string, if the column has no declared type. check-in: 605eba4a75 user: drh tags: trunk
15:26
Fix harmless compiler warning for MSVC. check-in: 142cd359d3 user: mistachkin tags: trunk
15:25
Fix a harmless compiler warning. check-in: 5ace870d3a user: drh tags: trunk