| 2023-03-03 |
drh | Enhance PRAGMA integrity_check so that it can detect... |
commit | commitdiff | tree | snapshot |
| 2023-03-03 |
drh | When it is known when preparing a statement that X... |
commit | commitdiff | tree | snapshot |
| 2023-03-02 |
drh | When flattening the right operand of a LEFT JOIN, |
commit | commitdiff | tree | snapshot |
| 2023-03-01 |
drh | When flattening a view that is the right operand of... |
commit | commitdiff | tree | snapshot |
| 2023-03-01 |
drh | Make sure subtypes do not cross a subquery |
commit | commitdiff | tree | snapshot |
| 2023-02-26 |
drh | When a table-valued function appears as the right table... |
commit | commitdiff | tree | snapshot |
| 2023-02-23 |
drh | Provide -DHAVE_LOG2=0 and -DHAVE_LOG10=0 compile-time... |
commit | commitdiff | tree | snapshot |
| 2023-02-21 |
drh | Version 3.41.0 version-3.41.0 |
commit | commitdiff | tree | snapshot |
| 2023-02-21 |
drh | Disable DQS by default in the MSVC makefile for the... |
commit | commitdiff | tree | snapshot |
| 2023-02-21 |
drh | Yet another comment typo fix. No changes to working... |
commit | commitdiff | tree | snapshot |
| 2023-02-21 |
drh | Fix a minor typo in a comment. No changes to working... |
commit | commitdiff | tree | snapshot |
| 2023-02-21 |
drh | Fix formatting and improved documentation on the variou... |
commit | commitdiff | tree | snapshot |
| 2023-02-20 |
drh | Update the TEA version number to 3.41.0 |
commit | commitdiff | tree | snapshot |
| 2023-02-20 |
drh | Fix an incorrect #ifdef in the CLI. |
commit | commitdiff | tree | snapshot |
| 2023-02-19 |
drh | Fix a harmless compiler warning. |
commit | commitdiff | tree | snapshot |
| 2023-02-18 |
drh | Fix stale requirement marks and fix a typo in the docum... |
commit | commitdiff | tree | snapshot |
| 2023-02-18 |
drh | Fix a harmless UBSAN warning in debugging code of the... |
commit | commitdiff | tree | snapshot |
| 2023-02-17 |
drh | Fix a harmless typo in the test case added by [29fc0646... |
commit | commitdiff | tree | snapshot |
| 2023-02-17 |
drh | Do not allow the COUNTOFVIEW optimization to run if... |
commit | commitdiff | tree | snapshot |
| 2023-02-14 |
dan | Update testrunner.tcl to run zipvfs test scripts on... |
commit | commitdiff | tree | snapshot |
| 2023-02-13 |
drh | Ignore extra parentheses around a subquery on the RHS... |
commit | commitdiff | tree | snapshot |
| 2023-02-13 |
drh | Do not allow WHERE clause terms to match constant strin... |
commit | commitdiff | tree | snapshot |
| 2023-02-13 |
dan | Allow vector-IN expressions like "(a, b) IN ( (?,?... |
commit | commitdiff | tree | snapshot |
| 2023-02-13 |
dan | Fix compile time option SQLITE_DEFAULT_SYNCHRONOUS... |
commit | commitdiff | tree | snapshot |
| 2023-02-13 |
dan | Allow vector-IN expressions like "(a, b) IN ( (?,?... |
commit | commitdiff | tree | snapshot |
| 2023-02-13 |
drh | In the LIKE optimization, do not analyze the new virtua... |
commit | commitdiff | tree | snapshot |
| 2023-02-11 |
drh | Change a variable from 32 to 64-bits to avoid a harmles... |
commit | commitdiff | tree | snapshot |
| 2023-02-10 |
drh | Do a better job of detecting when a WHERE clause term... |
commit | commitdiff | tree | snapshot |
| 2023-02-10 |
dan | Fix a problem with the fts5 trigram tokenizer and LIKE... |
commit | commitdiff | tree | snapshot |
| 2023-02-10 |
drh | Ensure that the valueFromFunction() routine does not... |
commit | commitdiff | tree | snapshot |
| 2023-02-10 |
stephan | Minor text-only updates to wasm demo/test HTML and... |
commit | commitdiff | tree | snapshot |
| 2023-02-10 |
stephan | Fix ext/wasm/fiddle build, which was silently broken... |
commit | commitdiff | tree | snapshot |
| 2023-02-09 |
drh | Disable the double-quoted string misfeature by default... |
commit | commitdiff | tree | snapshot |
| 2023-02-09 |
stephan | Squelch two harmless signedness comparison warnings... |
commit | commitdiff | tree | snapshot |
| 2023-02-09 |
drh | New test cases added to fuzzdata8.db. |
commit | commitdiff | tree | snapshot |
| 2023-02-09 |
drh | The "flexnum" affinity that was added by [44135d6ea84f7... |
commit | commitdiff | tree | snapshot |
| 2023-02-08 |
drh | Back out the 'txn' enhancement to date/time functions... |
commit | commitdiff | tree | snapshot |
| 2023-02-08 |
drh | Always use 64-bit integers for stats associated with... |
commit | commitdiff | tree | snapshot |
| 2023-02-08 |
dan | Better fix the problem where optimizing an fts5 table... |
commit | commitdiff | tree | snapshot |
| 2023-02-08 |
larrybr | Cause gcc warning suppression in shell.c to be nice... |
commit | commitdiff | tree | snapshot |
| 2023-02-08 |
dan | Update an assert() in the stat4 code that is only true... |
commit | commitdiff | tree | snapshot |
| 2023-02-08 |
drh | Fix an incorrect assert() in STAT4 logic added just... |
commit | commitdiff | tree | snapshot |
| 2023-02-08 |
drh | Add the 'txn' date/time format. Change CURRENT_TIMESTA... |
commit | commitdiff | tree | snapshot |
| 2023-02-08 |
drh | Test cases to show that CURRENT_TIMESTAMP and similar... txn-date |
commit | commitdiff | tree | snapshot |
| 2023-02-08 |
drh | Revert the behavior of date/time functions with no... |
commit | commitdiff | tree | snapshot |
| 2023-02-08 |
drh | Change the behavior of date-time functions without... |
commit | commitdiff | tree | snapshot |
| 2023-02-08 |
stephan | Merge wasi-patches branch into trunk. |
commit | commitdiff | tree | snapshot |
| 2023-02-07 |
drh | Simplify the code and add test cases. |
commit | commitdiff | tree | snapshot |
| 2023-02-07 |
drh | Add support for the 'txn' argument to date/time functio... |
commit | commitdiff | tree | snapshot |
| 2023-02-07 |
dan | Fix a test script problem causing "make test" to fail... |
commit | commitdiff | tree | snapshot |
| 2023-02-07 |
drh | Fix a typo in example documentation code for sqlite3_vt... |
commit | commitdiff | tree | snapshot |
| 2023-02-06 |
stephan | Merge trunk into wasi-patches branch. wasi-patches |
commit | commitdiff | tree | snapshot |
| 2023-02-06 |
stephan | Roll back part of [c54f29d8] which attempted to use... |
commit | commitdiff | tree | snapshot |
| 2023-02-06 |
dan | Fix RBU test scripts to avoid attempting to copy or... |
commit | commitdiff | tree | snapshot |
| 2023-02-06 |
drh | Omit the obsolete client/server test cases. |
commit | commitdiff | tree | snapshot |
| 2023-02-06 |
drh | Fix the build after the previous change test-cleanup |
commit | commitdiff | tree | snapshot |
| 2023-02-06 |
drh | Remove the long obsolete "client/server" mode tests. |
commit | commitdiff | tree | snapshot |
| 2023-02-06 |
dan | Update test scripts speed1.test and speed1p.test so... |
commit | commitdiff | tree | snapshot |
| 2023-02-06 |
drh | Shorten the status line for testrunner.tcl so that... |
commit | commitdiff | tree | snapshot |
| 2023-02-06 |
drh | Fix error in the releasetest makefile target from the... |
commit | commitdiff | tree | snapshot |
| 2023-02-06 |
drh | Update "releasetest" makefile targets to use testrunner... |
commit | commitdiff | tree | snapshot |
| 2023-02-06 |
stephan | Add capability to override the JS's use of console... |
commit | commitdiff | tree | snapshot |
| 2023-02-06 |
dan | Fix a formatting problem in scanstatus2.test introduced... |
commit | commitdiff | tree | snapshot |
| 2023-02-06 |
dan | Add the --fuzztest option to testrunner.tcl. Also,... |
commit | commitdiff | tree | snapshot |
| 2023-02-06 |
dan | Fix problems with test scripts preventing them from... |
commit | commitdiff | tree | snapshot |
| 2023-02-06 |
dan | Fix some test scripts that were failing with SQLITE_OMI... |
commit | commitdiff | tree | snapshot |
| 2023-02-05 |
drh | Do not use a Bloom filter if any outer loop lacks STAT1... |
commit | commitdiff | tree | snapshot |
| 2023-02-05 |
drh | Add the "devtest" makefile target that runs both fuzzte... |
commit | commitdiff | tree | snapshot |
| 2023-02-05 |
drh | In fuzzcheck, only show the description of each databas... |
commit | commitdiff | tree | snapshot |
| 2023-02-05 |
drh | Restore a test for pBt NULL that was removed by [12a147... |
commit | commitdiff | tree | snapshot |
| 2023-02-05 |
drh | Modify the status line output from testrunner so that... |
commit | commitdiff | tree | snapshot |
| 2023-02-05 |
drh | Changes to the sqlite_dbpage virtual table to tag or... |
commit | commitdiff | tree | snapshot |
| 2023-02-04 |
dan | Avoid running rbu tests under permutation "journaltest... |
commit | commitdiff | tree | snapshot |
| 2023-02-04 |
drh | Add ALWAYS() and NEVER() macros to unreachable branchs... |
commit | commitdiff | tree | snapshot |
| 2023-02-04 |
drh | Remove an ALWAYS() that can be false in some very rare... |
commit | commitdiff | tree | snapshot |
| 2023-02-04 |
dan | Updates to the testrunner.tcl script so that uses a... |
commit | commitdiff | tree | snapshot |
| 2023-02-04 |
dan | Changes so that wapptest.tcl still works. |
commit | commitdiff | tree | snapshot |
| 2023-02-04 |
dan | Update testrunner.tcl usage message. |
commit | commitdiff | tree | snapshot |
| 2023-02-04 |
dan | Add testrunner.tcl "njob" and "status" commands. |
commit | commitdiff | tree | snapshot |
| 2023-02-04 |
drh | Better error message when trying to do an INSERT on... |
commit | commitdiff | tree | snapshot |
| 2023-02-03 |
dan | Fixes for testrunner.tcl on windows. |
commit | commitdiff | tree | snapshot |
| 2023-02-03 |
dan | Fix a problem where optimizing an fts5 table too often... |
commit | commitdiff | tree | snapshot |
| 2023-02-03 |
dan | Have testrunner.tcl run various builds as part of the... |
commit | commitdiff | tree | snapshot |
| 2023-02-03 |
drh | Attempt to fix harmless compiler warnings that reported... |
commit | commitdiff | tree | snapshot |
| 2023-02-03 |
drh | Improved detection of invalid command-line arguments... |
commit | commitdiff | tree | snapshot |
| 2023-02-03 |
dan | Avoid using Tcl command [clock] in testrunner.tcl. |
commit | commitdiff | tree | snapshot |
| 2023-02-02 |
dan | Do not run test script pendingrace.test as part of... |
commit | commitdiff | tree | snapshot |
| 2023-02-02 |
dan | Add configuration data for osx and windows to testrunne... |
commit | commitdiff | tree | snapshot |
| 2023-02-02 |
drh | Improved and simplified logic for resolving the various... |
commit | commitdiff | tree | snapshot |
| 2023-02-02 |
drh | Resolve all possible aliases and variations of the... |
commit | commitdiff | tree | snapshot |
| 2023-02-02 |
stephan | Remove automatic installation of JS-global S object... |
commit | commitdiff | tree | snapshot |
| 2023-02-01 |
drh | Adjustments of assert() statement in STAT4 in order... |
commit | commitdiff | tree | snapshot |
| 2023-02-01 |
drh | New assert() statements to verify that sqlite3DeleteInd... |
commit | commitdiff | tree | snapshot |
| 2023-02-01 |
dan | Update testrunner.tcl to use a separate process for... |
commit | commitdiff | tree | snapshot |
| 2023-02-01 |
drh | Just because a CTE is used more than once, does not... |
commit | commitdiff | tree | snapshot |
| 2023-02-01 |
dan | Fix a comment related to PENDING locks in os_unix.c... |
commit | commitdiff | tree | snapshot |
| 2023-01-31 |
dan | Fix a race condition during hot-journal rollback on... |
commit | commitdiff | tree | snapshot |
| 2023-01-31 |
dan | Fix a race condition during hot-journal rollback that... pending-lock-race |
commit | commitdiff | tree | snapshot |
| 2023-01-30 |
drh | Additional tweaks to the enhancement at [609fbb94b8f01d... |
commit | commitdiff | tree | snapshot |
| 2023-01-29 |
stephan | Two JS file renames which got inadvertently undone... |
commit | commitdiff | tree | snapshot |
| next |