/ Timeline
Login

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

50 check-ins occurring around 9d6c1880fb75660b.

2015-03-03
19:56
Fix compiler warnings when compiling under VxWorks 7. check-in: 55c21521a6 user: drh tags: trunk
16:58
Enhance SQLITE_ALLOW_URI_AUTHORITITY to elide //localhost/ and to deal with dodgy URIs that contain too many "/" characters. check-in: 39b566a2d0 user: drh tags: trunk
14:00
Fix over-length source code lines in the main.c source file. check-in: debba6f161 user: drh tags: trunk
2015-03-02
22:06
Changes so that the amalgamation and the command-line shell build without modifications on VxWorks 7. Still gives a few compiler warnings, and still mostly untested on that platform. check-in: 7d92f1f11e user: drh tags: trunk
17:25
Ensure that automatic indexes are *not* considered when doing the the subqueries of the OR-optimization. check-in: 17890292cf user: drh tags: trunk
2015-02-28
14:03
In the command-line shell, the inability to read ~/.sqliterc is no longer a fatal error. A warning is issued, but processing continues. check-in: 6bf6246306 user: drh tags: trunk
01:04
More test cases and requirements marks for pragmas. check-in: fc51037cd9 user: drh tags: trunk
2015-02-27
21:53
Remove all references to SQLITE_DEFAULT_TEMP_CACHE_SIZE. Add requirements marks related to cache_size changing. check-in: 766ad65025 user: drh tags: trunk
20:28
New requirements marks and a few new test cases to go with them. No changes to code. check-in: 8c2b29d9ac user: drh tags: trunk
19:40
Merge updates from trunk. check-in: acf7684323 user: mistachkin tags: expShell
09:41
Further minor optimizations to flushing fts5 data to disk. check-in: a07dcca9ef user: dan tags: fts5
07:23
Fix suffix and prefix compression of terms in top-level fts5 segments. And a crash that could follow an OOM condition. check-in: bb104b3646 user: dan tags: fts5
00:33
Add a couple of requirements marks. check-in: d70b0fd4c9 user: drh tags: trunk
2015-02-26
21:04
Fix potential memory leaks in the misc 'compress' extension. check-in: 3bc34fd427 user: mistachkin tags: trunk
20:49
Optimize copying data from fts5 in-memory hash tables to top level segments. check-in: 8e3ca6323a user: dan tags: fts5
16:40
Update a requirements mark to reflect a change of wording in the documentation. No changes to code. check-in: 3038d0169b user: drh tags: trunk
16:32
Fix a real bug (in test code) that was introduced while trying to eliminate harmless compiler warnings from OpenBSD (see check-in [10321910990195878c]). check-in: a62ba58c73 user: drh tags: trunk
14:54
Fix an fts5 bug in large incremental merges. check-in: 208e3cb6b6 user: dan tags: fts5
14:27
In the command-line shell, change the units on the ".width" directive from bytes to characters. Leaf check-in: b1a9e2916f user: drh tags: cli-char-width
02:33
Simplifications to the description of the nByte parameter to sqlite3_prepare() and friends. check-in: 4bee8295e3 user: drh tags: trunk
2015-02-25
19:24
Instead of the 4-byte fields, use regular varints for the poslist-size field in fts5_hash.c. check-in: 7eb022d7e5 user: dan tags: fts5
14:25
Make sure the sqlite3_mutex.id field is initialized in the Win32 mutex implementation, even when SQLITE_DEBUG is turned off. check-in: 6d132e7a22 user: drh tags: trunk
14:09
Merge the latest trunk fixes and enhancements into the apple-osx branch. check-in: ba8294e2f7 user: drh tags: apple-osx
14:02
Merge the latest trunk fixes into the sessions branch. check-in: 131a2d3116 user: drh tags: sessions
13:48
Add support for the linenoise command-line editing library in shell.c. check-in: 03bbb94719 user: drh tags: trunk
13:29
Version 3.8.8.3 Leaf check-in: 9d6c1880fb user: drh tags: release, version-3.8.8.3, branch-3.8.8
12:52
Add support for linenoise to shell.c. check-in: ec27ab0eb3 user: dan tags: branch-3.8.8
10:54
Add support for linenoise to shell.c. Closed-Leaf check-in: f7f2598c37 user: dan tags: linenoise
01:06
When cleaning with MSVC, prevent superfluous output regarding 'missing' files and directories. check-in: 034c16bd24 user: mistachkin tags: trunk
00:24
Remove an always-false conditional from constructAutomaticIndex(). Put an assert() in its place to prove that the conditional is always false. check-in: 3af300bf6f user: drh tags: trunk
2015-02-24
20:12
Make sure partial indexes are not qualified incorrectly by a constraint that is inside the ON clause of a LEFT JOIN. Fix for ticket [2326c258d02ead33]. Cherry-pick from [491cfe9b3f87f]. check-in: 9d94ac6a8b user: drh tags: branch-3.8.8
20:10
Prevent partial indexes on the table on the left hand side of a LEFT JOIN from being incorrectly qualified by a constraint in the ON clause of the join. This relaxes the rule introduced by the previous commit (as the partial indexes on the table on the rhs of the LEFT JOIN may now be qualified by terms within the ON clause). check-in: 1d6fb43a57 user: dan tags: trunk
20:04
Make sure partial indexes are not qualified incorrectly by a constraint that is inside the ON clause of a LEFT JOIN. Fix for ticket [2326c258d02ead33]. check-in: 491cfe9b3f user: drh tags: trunk
18:39
More test cases to help ensure that partial indexes do not get used if their qualifing constraint is inside the ON clause of a LEFT JOIN. Closed-Leaf check-in: c6399958a1 user: drh tags: tkt-2326c258
16:48
This additional fix prevents a partial index from being qualified for use if the constraint that qualifies the partial index is part of the ON clause of a LEFT JOIN. check-in: 1a1516e4da user: drh tags: tkt-2326c258
16:22
Increase the version number to 3.8.8.3 check-in: a92afe7d8c user: drh tags: branch-3.8.8
16:05
Make sure partial automatic indexes are not based on terms in the ON clause of a LEFT JOIN. Fix for ticket [2326c258d02ead3]. UPDATE: This fix does not work where the partial index is a named index. check-in: c0f4e308a5 user: drh tags: tkt-2326c258
2015-02-23
20:09
Fix building with ENABLE_OTA and OMIT_LOAD_EXTENSION. check-in: d6d21ff552 user: dan tags: ota-update
16:17
Merge latest trunk changes with this branch. check-in: e5ca79d2d3 user: dan tags: ota-update
15:41
Change SQLITE_FCNTL_ZIPVFS_PAGER to SQLITE_FCNTL_ZIPVFS. check-in: f7865b9428 user: dan tags: ota-update
15:02
Update the sqlite3ota_db() API to account for the fact that each OTA handle now uses two SQLite database handles. check-in: ef08ecceb7 user: dan tags: ota-update
12:22
Improve tests for resuming ota updates following power failures. Fix a problem revealed by the same. check-in: 1cb675e539 user: dan tags: ota-update
2015-02-21
20:08
Fix some problems with resuming ota updates if saving the state is interrupted by a power failure or system crash. check-in: 6d5ed70d0d user: dan tags: ota-update
15:42
Update document on sqlite3_mprintf() and related functions. Discuss the %w format and point out that obscure ANSI-C formats are not supported. No changes to code. check-in: f8917ba4d9 user: drh tags: trunk
15:13
Merge all recent trunk changes into the sessions branch. check-in: f36bb5fa5c user: drh tags: sessions
01:03
Merge trunk changes into the apple-osx branch. check-in: 3896e23373 user: drh tags: apple-osx
00:56
Fix a compiler warning associated with USE_PREAD64. check-in: c299e55a66 user: drh tags: trunk
00:49
Fix over-length source code lines in os_unix.c. check-in: 7560a9fa50 user: drh tags: trunk
00:19
Keep track of the optimal number of reserved bytes (by looking at reserve byte requests in calls to sqlite3BtreeSetPageSize()) and then change the reserve byte count to the optimal when doing a VACUUM or when using the backup API. check-in: 28c2b72628 user: drh tags: trunk
2015-02-20
14:36
Add some missing comments and fix other minor code issues in sqlite3ota.c. check-in: 718fd8b673 user: dan tags: ota-update