| 2021-09-22 |  drh | Fix harmless compiler warnings. | commit | commitdiff | tree | snapshot | 
| 2021-09-22 |  drh | For shell.c.in, define CHAR_BITS to 8 on platforms... | commit | commitdiff | tree | snapshot | 
| 2021-09-22 |  drh | Fix harmless compiler warnings in shell.c.in, and a... | commit | commitdiff | tree | snapshot | 
| 2021-09-22 |  drh | Fix an incorrect assert() in rtree that was added recently | commit | commitdiff | tree | snapshot | 
| 2021-09-22 |  drh | Enhance the TCL-based test harness so that it is possib... | commit | commitdiff | tree | snapshot | 
| 2021-09-22 |  drh | Use sqlite3_snprintf() for the ".changes" output format... | commit | commitdiff | tree | snapshot | 
| 2021-09-21 |  larrybr | Fix .expert name collision bug reported at https:/... | commit | commitdiff | tree | snapshot | 
| 2021-09-21 |  larrybr | Speed and (slightly) simplify shell's input line early... | commit | commitdiff | tree | snapshot | 
| 2021-09-21 |  drh | Add the "PRAGMA table_list" command with its correspond... | commit | commitdiff | tree | snapshot | 
| 2021-09-20 |  larrybr | Accomplish fileio standalone for Win32 with less interv... | commit | commitdiff | tree | snapshot | 
| 2021-09-20 |  larrybr | Allow fileio extension to be a stand-alone DLL for... | commit | commitdiff | tree | snapshot | 
| 2021-09-19 |  larrybr | Adjust shell tests for *Nix and Windows test platform...   speedy_cli | commit | commitdiff | tree | snapshot | 
| 2021-09-18 |  larrybr | Sync w/trunk, further streamline shell's resumable... | commit | commitdiff | tree | snapshot | 
| 2021-09-18 |  dan | Further tests for legacy rtree geom callbacks. | commit | commitdiff | tree | snapshot | 
| 2021-09-17 |  larrybr | Shell's .read pipe now works for Windows too. | commit | commitdiff | tree | snapshot | 
| 2021-09-17 |  dan | Add tests for legacy geometry callbacks to rtreedoc2... | commit | commitdiff | tree | snapshot | 
| 2021-09-17 |  drh | Make the affinity() function available even if compiled... | commit | commitdiff | tree | snapshot | 
| 2021-09-16 |  drh | The dbsqlfuzz fuzzer found a refutation for a recent... | commit | commitdiff | tree | snapshot | 
| 2021-09-16 |  drh | Minor changes to rtree.c so that we can get full branch... | commit | commitdiff | tree | snapshot | 
| 2021-09-16 |  dan | Add tests to rtreedoc.test. | commit | commitdiff | tree | snapshot | 
| 2021-09-16 |  drh | Add a single new ALWAYS() to rtree.c, with justification. | commit | commitdiff | tree | snapshot | 
| 2021-09-16 |  drh | Add a tag comment in rtree.c.  No changes to code. | commit | commitdiff | tree | snapshot | 
| 2021-09-16 |  dan | Add a reference counter to a structure used internally... | commit | commitdiff | tree | snapshot | 
| 2021-09-16 |  drh | Mark an unreachable branch in rtree. | commit | commitdiff | tree | snapshot | 
| 2021-09-16 |  drh | Back out a couple of ALWAYS() macros from [4fab9089868b... | commit | commitdiff | tree | snapshot | 
| 2021-09-16 |  drh | For ALTER TABLE RENAME COLUMN, do not try to filter... | commit | commitdiff | tree | snapshot | 
| 2021-09-16 |  drh | Under SQLITE_DEBUG with PRAGMA vdbe_trace=ON, show... | commit | commitdiff | tree | snapshot | 
| 2021-09-16 |  drh | Simplify the routine that attempts to estimate the... | commit | commitdiff | tree | snapshot | 
| 2021-09-16 |  drh | Mark various unreachable branches in rtree.c with ALWAY... | commit | commitdiff | tree | snapshot | 
| 2021-09-16 |  drh | New ALWAYS() and assert() to mark unreachable branches...   tree-testing | commit | commitdiff | tree | snapshot | 
| 2021-09-15 |  drh | In rtree.c, remove an incorrect ALWAYS().  Add other... | commit | commitdiff | tree | snapshot | 
| 2021-09-15 |  drh | Add more ALWAYS() macros on unreachable branches in... | commit | commitdiff | tree | snapshot | 
| 2021-09-15 |  drh | Fix the xBestIndex method on rtree so that it correctly... | commit | commitdiff | tree | snapshot | 
| 2021-09-15 |  drh | Add ALWAYS() macros on some unreachable branches in... | commit | commitdiff | tree | snapshot | 
| 2021-09-15 |  dan | Further updates to rtreedoc.test. | commit | commitdiff | tree | snapshot | 
| 2021-09-15 |  larrybr | Fix non-build for a test configuration | commit | commitdiff | tree | snapshot | 
| 2021-09-15 |  drh | Simplify some of the corrupt shadow-table detection... | commit | commitdiff | tree | snapshot | 
| 2021-09-15 |  larrybr | Squelch needless narrowing warning. | commit | commitdiff | tree | snapshot | 
| 2021-09-15 |  dan | Ensure rtreedoc.test is not run for builds without... | commit | commitdiff | tree | snapshot | 
| 2021-09-14 |  dan | Add test cases to rtreedoc.test. | commit | commitdiff | tree | snapshot | 
| 2021-09-14 |  drh | Update requirements marks to reflect recent documentati... | commit | commitdiff | tree | snapshot | 
| 2021-09-14 |  dan | Add test cases to rtreedoc.test. | commit | commitdiff | tree | snapshot | 
| 2021-09-14 |  dan | Minor updates to rtreedoc.test. | commit | commitdiff | tree | snapshot | 
| 2021-09-13 |  larrybr | Shell to .read any named character source file/device... | commit | commitdiff | tree | snapshot | 
| 2021-09-13 |  dan | Add test cases to rtreedoc.test. | commit | commitdiff | tree | snapshot | 
| 2021-09-13 |  drh | Add assert() statements to refute | commit | commitdiff | tree | snapshot | 
| 2021-09-13 |  dan | Add new test file rtreedoc.test. | commit | commitdiff | tree | snapshot | 
| 2021-09-13 |  drh | Fix an incorrect comment and possible integer overflow... | commit | commitdiff | tree | snapshot | 
| 2021-09-11 |  larrybr | CLI prescanner made to match SQLite's rules for delimit... | commit | commitdiff | tree | snapshot | 
| 2021-09-10 |  larrybr | Make replace.tcl useful with TCL 8.4 | commit | commitdiff | tree | snapshot | 
| 2021-09-10 |  larrybr | Make CLI prescan handle goofy identifier delimiters... | commit | commitdiff | tree | snapshot | 
| 2021-09-10 |  larrybr | Fix (luckily harmless) typo in memdb.c per https:/... | commit | commitdiff | tree | snapshot | 
| 2021-09-10 |  larrybr | When showHeader set at CLI invocation, do not auto... | commit | commitdiff | tree | snapshot | 
| 2021-09-10 |  drh | Back out changes [00286ca5d998d802] and [6844ede29e1dac... | commit | commitdiff | tree | snapshot | 
| 2021-09-10 |  larrybr | Speed-up CLI's processing for huge block comments,... | commit | commitdiff | tree | snapshot | 
| 2021-09-09 |  drh | Remove a NEVER() in btree that is sometimes reachable. | commit | commitdiff | tree | snapshot | 
| 2021-09-09 |  drh | Avoid masking off an OOM fault in rtreecheck(). | commit | commitdiff | tree | snapshot | 
| 2021-09-09 |  drh | Improved database corruption detection in the editPage... | commit | commitdiff | tree | snapshot | 
| 2021-09-08 |  larrybr | Speedup CLI's gulping of many huge block SQL comments. | commit | commitdiff | tree | snapshot | 
| 2021-09-08 |  drh | Fix PRAGMA integrity_check so that it does not try... | commit | commitdiff | tree | snapshot | 
| 2021-09-07 |  larrybr | For sqldiff, sqlite_schema comparisons must use compoun... | commit | commitdiff | tree | snapshot | 
| 2021-09-07 |  drh | New test cases added to fuzzdata8.db.  No code changes. | commit | commitdiff | tree | snapshot | 
| 2021-09-07 |  larrybr | Make sqldiff able to compare sqlite_schema tables ... | commit | commitdiff | tree | snapshot | 
| 2021-09-07 |  dan | Fix a memory leak in fts5 that could occur when writing... | commit | commitdiff | tree | snapshot | 
| 2021-09-07 |  drh | Fix a potential NULL pointer deference in the LIKE... | commit | commitdiff | tree | snapshot | 
| 2021-09-06 |  dan | Fix a use-after-free error that could occur if an fts5... | commit | commitdiff | tree | snapshot | 
| 2021-09-06 |  drh | Fix an issue in the "shrink.test" test script reported by | commit | commitdiff | tree | snapshot | 
| 2021-09-06 |  drh | Restore the use of system isnan() that was removed by | commit | commitdiff | tree | snapshot | 
| 2021-09-03 |  drh | Fix an assertion fault in pcache introduced by [4bc9365... | commit | commitdiff | tree | snapshot | 
| 2021-08-31 |  dan | Have the planner ensure that if one scan uses a subset... | commit | commitdiff | tree | snapshot | 
| 2021-08-30 |  dan | Do not disable a rowid=? term used to drive an IPK... | commit | commitdiff | tree | snapshot | 
| 2021-08-27 |  drh | Patch lemon to fix "error" token handling, according ot | commit | commitdiff | tree | snapshot | 
| 2021-08-26 |  drh | Add the --safe to the CLI.  Also the --nonce option... | commit | commitdiff | tree | snapshot | 
| 2021-08-24 |  drh | Correctly preserve the collating sequence for a column... | commit | commitdiff | tree | snapshot | 
| 2021-08-23 |  drh | Fix a typo in a comment.  No changes to code. | commit | commitdiff | tree | snapshot | 
| 2021-08-23 |  drh | Back out the change that allows typeless columns in... | commit | commitdiff | tree | snapshot | 
| 2021-08-21 |  drh | Allow typeless columns in STRICT tables that are able... | commit | commitdiff | tree | snapshot | 
| 2021-08-21 |  drh | Defer deleting subqueries in the compound-SELECT code... | commit | commitdiff | tree | snapshot | 
| 2021-08-20 |  drh | Improvement to error handling in Lemon.  No impact... | commit | commitdiff | tree | snapshot | 
| 2021-08-20 |  drh | Support for STRICT tables.  A table with the STRICT... | commit | commitdiff | tree | snapshot | 
| 2021-08-20 |  drh | Improved error messages for the SQLITE_CONSTRAINT_DATAT...   strict-tables | commit | commitdiff | tree | snapshot | 
| 2021-08-20 |  drh | Do not allow the xfer-optimization to move the content... | commit | commitdiff | tree | snapshot | 
| 2021-08-19 |  drh | Improved comments.  Fewer opcodes for integrity_check... | commit | commitdiff | tree | snapshot | 
| 2021-08-19 |  drh | Enhance PRAGMA integrity_check so that it verifies... | commit | commitdiff | tree | snapshot | 
| 2021-08-19 |  drh | STRICT tables require all fields of the PRIMARY KEY... | commit | commitdiff | tree | snapshot | 
| 2021-08-18 |  drh | Merge the WITHOUT ROWID, NOT NULL ON CONFLICT bug fix... | commit | commitdiff | tree | snapshot | 
| 2021-08-18 |  drh | Fix ON CONFLICT clause processing for NOT NULL constrai... | commit | commitdiff | tree | snapshot | 
| 2021-08-18 |  drh | Trying to insert an incorrect datatype into a STRICT... | commit | commitdiff | tree | snapshot | 
| 2021-08-18 |  drh | What would it be like if you could add the keyword... | commit | commitdiff | tree | snapshot | 
| 2021-08-18 |  drh | Rename the Column.eType field to Column.eCType - with... | commit | commitdiff | tree | snapshot | 
| 2021-08-17 |  drh | Fix an off-by-one error in the error-handling logic... | commit | commitdiff | tree | snapshot | 
| 2021-08-12 |  dan | By default, do not use memory mapping to access the... | commit | commitdiff | tree | snapshot | 
| 2021-08-11 |  drh | During DELETE, if an index entry is missing, do not... | commit | commitdiff | tree | snapshot | 
| 2021-08-11 |  drh | Do not apply the push-down optimization to CTE subqueri... | commit | commitdiff | tree | snapshot | 
| 2021-08-11 |  drh | Improved comment on the OP_OpenDup used to get a new... | commit | commitdiff | tree | snapshot | 
| 2021-08-09 |  drh | Fix a compiler warning in pcache1.  Reduce the maximum... | commit | commitdiff | tree | snapshot | 
| 2021-08-09 |  mistachkin | Further improvements to the eOpenState bit values. | commit | commitdiff | tree | snapshot | 
| 2021-08-09 |  drh | Ensure that the pcache1 cache size does not get so... | commit | commitdiff | tree | snapshot | 
| 2021-08-09 |  drh | Fix harmless compiler warnings and improve the presenta... | commit | commitdiff | tree | snapshot | 
| 2021-08-09 |  drh | Undocumented "--threadsafe N" option added to the CLI... | commit | commitdiff | tree | snapshot | 
| next |