2021-09-16 |
drh | New ALWAYS() and assert() to mark unreachable branches... tree-testing |
commit | commitdiff | tree |
2021-09-15 |
drh | In rtree.c, remove an incorrect ALWAYS(). Add other... |
commit | commitdiff | tree |
2021-09-15 |
drh | Add more ALWAYS() macros on unreachable branches in... |
commit | commitdiff | tree |
2021-09-15 |
drh | Fix the xBestIndex method on rtree so that it correctly... |
commit | commitdiff | tree |
2021-09-15 |
drh | Add ALWAYS() macros on some unreachable branches in... |
commit | commitdiff | tree |
2021-09-15 |
dan | Further updates to rtreedoc.test. |
commit | commitdiff | tree |
2021-09-15 |
larrybr | Fix non-build for a test configuration |
commit | commitdiff | tree |
2021-09-15 |
drh | Simplify some of the corrupt shadow-table detection... |
commit | commitdiff | tree |
2021-09-15 |
larrybr | Squelch needless narrowing warning. |
commit | commitdiff | tree |
2021-09-15 |
dan | Ensure rtreedoc.test is not run for builds without... |
commit | commitdiff | tree |
2021-09-14 |
dan | Add test cases to rtreedoc.test. |
commit | commitdiff | tree |
2021-09-14 |
drh | Update requirements marks to reflect recent documentati... |
commit | commitdiff | tree |
2021-09-14 |
dan | Add test cases to rtreedoc.test. |
commit | commitdiff | tree |
2021-09-14 |
dan | Minor updates to rtreedoc.test. |
commit | commitdiff | tree |
2021-09-13 |
larrybr | Shell to .read any named character source file/device... |
commit | commitdiff | tree |
2021-09-13 |
dan | Add test cases to rtreedoc.test. |
commit | commitdiff | tree |
2021-09-13 |
drh | Add assert() statements to refute |
commit | commitdiff | tree |
2021-09-13 |
dan | Add new test file rtreedoc.test. |
commit | commitdiff | tree |
2021-09-13 |
drh | Fix an incorrect comment and possible integer overflow... |
commit | commitdiff | tree |
2021-09-10 |
larrybr | Make replace.tcl useful with TCL 8.4 |
commit | commitdiff | tree |
2021-09-10 |
larrybr | Fix (luckily harmless) typo in memdb.c per https:/... |
commit | commitdiff | tree |
2021-09-10 |
larrybr | When showHeader set at CLI invocation, do not auto... |
commit | commitdiff | tree |
2021-09-10 |
drh | Back out changes [00286ca5d998d802] and [6844ede29e1dac... |
commit | commitdiff | tree |
2021-09-09 |
drh | Remove a NEVER() in btree that is sometimes reachable. |
commit | commitdiff | tree |
2021-09-09 |
drh | Avoid masking off an OOM fault in rtreecheck(). |
commit | commitdiff | tree |
2021-09-09 |
drh | Improved database corruption detection in the editPage... |
commit | commitdiff | tree |
2021-09-08 |
larrybr | Speedup CLI's gulping of many huge block SQL comments. |
commit | commitdiff | tree |
2021-09-08 |
drh | Fix PRAGMA integrity_check so that it does not try... |
commit | commitdiff | tree |
2021-09-07 |
larrybr | For sqldiff, sqlite_schema comparisons must use compoun... |
commit | commitdiff | tree |
2021-09-07 |
drh | New test cases added to fuzzdata8.db. No code changes. |
commit | commitdiff | tree |
2021-09-07 |
larrybr | Make sqldiff able to compare sqlite_schema tables ... |
commit | commitdiff | tree |
2021-09-07 |
dan | Fix a memory leak in fts5 that could occur when writing... |
commit | commitdiff | tree |
2021-09-07 |
drh | Fix a potential NULL pointer deference in the LIKE... |
commit | commitdiff | tree |
2021-09-06 |
dan | Fix a use-after-free error that could occur if an fts5... |
commit | commitdiff | tree |
2021-09-06 |
drh | Fix an issue in the "shrink.test" test script reported by |
commit | commitdiff | tree |
2021-09-06 |
drh | Restore the use of system isnan() that was removed by |
commit | commitdiff | tree |
2021-09-03 |
drh | Fix an assertion fault in pcache introduced by [4bc9365... |
commit | commitdiff | tree |
2021-08-31 |
dan | Have the planner ensure that if one scan uses a subset... |
commit | commitdiff | tree |
2021-08-30 |
dan | Do not disable a rowid=? term used to drive an IPK... |
commit | commitdiff | tree |
2021-08-27 |
drh | Patch lemon to fix "error" token handling, according ot |
commit | commitdiff | tree |
2021-08-26 |
drh | Add the --safe to the CLI. Also the --nonce option... |
commit | commitdiff | tree |
2021-08-24 |
drh | Correctly preserve the collating sequence for a column... |
commit | commitdiff | tree |
2021-08-23 |
drh | Fix a typo in a comment. No changes to code. |
commit | commitdiff | tree |
2021-08-23 |
drh | Back out the change that allows typeless columns in... |
commit | commitdiff | tree |
2021-08-21 |
drh | Allow typeless columns in STRICT tables that are able... |
commit | commitdiff | tree |
2021-08-21 |
drh | Defer deleting subqueries in the compound-SELECT code... |
commit | commitdiff | tree |
2021-08-20 |
drh | Improvement to error handling in Lemon. No impact... |
commit | commitdiff | tree |
2021-08-20 |
drh | Support for STRICT tables. A table with the STRICT... |
commit | commitdiff | tree |
2021-08-20 |
drh | Improved error messages for the SQLITE_CONSTRAINT_DATAT... strict-tables |
commit | commitdiff | tree |
2021-08-20 |
drh | Do not allow the xfer-optimization to move the content... |
commit | commitdiff | tree |
2021-08-19 |
drh | Improved comments. Fewer opcodes for integrity_check... |
commit | commitdiff | tree |
2021-08-19 |
drh | Enhance PRAGMA integrity_check so that it verifies... |
commit | commitdiff | tree |
2021-08-19 |
drh | STRICT tables require all fields of the PRIMARY KEY... |
commit | commitdiff | tree |
2021-08-18 |
drh | Merge the WITHOUT ROWID, NOT NULL ON CONFLICT bug fix... |
commit | commitdiff | tree |
2021-08-18 |
drh | Fix ON CONFLICT clause processing for NOT NULL constrai... |
commit | commitdiff | tree |
2021-08-18 |
drh | Trying to insert an incorrect datatype into a STRICT... |
commit | commitdiff | tree |
2021-08-18 |
drh | What would it be like if you could add the keyword... |
commit | commitdiff | tree |
2021-08-18 |
drh | Rename the Column.eType field to Column.eCType - with... |
commit | commitdiff | tree |
2021-08-17 |
drh | Fix an off-by-one error in the error-handling logic... |
commit | commitdiff | tree |
2021-08-12 |
dan | By default, do not use memory mapping to access the... |
commit | commitdiff | tree |
2021-08-11 |
drh | During DELETE, if an index entry is missing, do not... |
commit | commitdiff | tree |
2021-08-11 |
drh | Do not apply the push-down optimization to CTE subqueri... |
commit | commitdiff | tree |
2021-08-11 |
drh | Improved comment on the OP_OpenDup used to get a new... |
commit | commitdiff | tree |
2021-08-09 |
drh | Fix a compiler warning in pcache1. Reduce the maximum... |
commit | commitdiff | tree |
2021-08-09 |
mistachkin | Further improvements to the eOpenState bit values. |
commit | commitdiff | tree |
2021-08-09 |
drh | Ensure that the pcache1 cache size does not get so... |
commit | commitdiff | tree |
2021-08-09 |
drh | Fix harmless compiler warnings and improve the presenta... |
commit | commitdiff | tree |
2021-08-09 |
drh | Undocumented "--threadsafe N" option added to the CLI... |
commit | commitdiff | tree |
2021-08-09 |
drh | Improved Hamming bit-distance between the SQLITE_STATE... |
commit | commitdiff | tree |
2021-08-09 |
drh | Fix comments associated with sqlite3.eOpenState. No... |
commit | commitdiff | tree |
2021-08-07 |
drh | Refactor sqlite3.magic into sqlite3.eOpenState. |
commit | commitdiff | tree |
2021-08-06 |
dan | Fix an RBU problem with restarting an update after... |
commit | commitdiff | tree |
2021-08-06 |
drh | Attempt to fix the showwal.c utility program so that... |
commit | commitdiff | tree |
2021-08-06 |
drh | Fix harmless compiler warnings. Omit redundant copies... |
commit | commitdiff | tree |
2021-08-05 |
drh | Store the collating sequence name for each column of... |
commit | commitdiff | tree |
2021-08-04 |
drh | Add NEVER() macros on recently introduced unreachable... |
commit | commitdiff | tree |
2021-08-04 |
drh | Always prefer built-in SQL functions over app-defined... |
commit | commitdiff | tree |
2021-08-04 |
dan | Avoid using LIKE with the target db in RBU. It is possi... |
commit | commitdiff | tree |
2021-08-03 |
drh | Fix the build for SQLITE_ENABLE_UPDATE_DELETE_LIMIT. |
commit | commitdiff | tree |
2021-08-03 |
drh | Improved harmony with the reuse-schema branch. |
commit | commitdiff | tree |
2021-08-02 |
drh | Refactor field names in the Column object, zCnName... |
commit | commitdiff | tree |
2021-08-02 |
drh | Refactor the Table object to reduce its memory footprint. |
commit | commitdiff | tree |
2021-07-31 |
drh | Refactor the way that DEFAULT expressions are stored... |
commit | commitdiff | tree |
2021-07-30 |
drh | Recognize certain standard datatypes ("INT", "INTEGER... |
commit | commitdiff | tree |
2021-07-30 |
drh | If a generated column uses the optional keywords GENERA... |
commit | commitdiff | tree |
2021-07-30 |
drh | Avoid clownfeet in the names columns when the column... |
commit | commitdiff | tree |
2021-07-30 |
drh | Reduce clownfooting in the allocation of the Table... |
commit | commitdiff | tree |
2021-07-29 |
drh | Enhance the wal.c source file with an ASCII-art schemat... |
commit | commitdiff | tree |
2021-07-29 |
drh | Improvements to asserts to enforce magic numbers in... |
commit | commitdiff | tree |
2021-07-29 |
drh | Complete warning-free build on old PPC iBook. wal-asserts |
commit | commitdiff | tree |
2021-07-29 |
drh | Fix an error in one of the assert() statements added... |
commit | commitdiff | tree |
2021-07-29 |
drh | Minor tweaks to various TCL build scripts so that they... |
commit | commitdiff | tree |
2021-07-29 |
drh | Improve comments and add new assert() statements in... |
commit | commitdiff | tree |
2021-07-29 |
drh | Remove ALWAYS() macros that can be true if the internal... |
commit | commitdiff | tree |
2021-07-28 |
dan | Add test case to ensure that sessions works with DELETE... |
commit | commitdiff | tree |
2021-07-28 |
drh | Fix a harmless uninitialized variable read that occurs... |
commit | commitdiff | tree |
2021-07-28 |
drh | Reduce the scope of a variable in order to fix a harmle... |
commit | commitdiff | tree |
2021-07-26 |
larrybr | Remove sqldiff --visible-controls option, make it alway... |
commit | commitdiff | tree |
2021-07-26 |
larrybr | Give sqldiff --visible-controls option to deal with... |
commit | commitdiff | tree |
2021-07-23 |
drh | Enhance the CLI with the ".connection" command that... |
commit | commitdiff | tree |
next |