| Commit message (Expand) | Author | Age |
* | In Tcl, always use eq/ne for comparing strings, not ==/!= | jan.nijtmans | 2025-03-27 |
* | Omit the antiquated and long-unsupport async extension since it has been | drh | 2024-10-28 |
* | Ensure intck tests are run by testrunner.tcl. | dan | 2024-02-21 |
* | Fix test script problem preventing veryquick.test from running. | dan | 2023-08-16 |
* | Add "mdevtest" target to makefiles. Equivalent to running "devtest" on both d... | dan | 2023-08-12 |
* | Do not run test script pendingrace.test as part of the inmemory_journal permu... | dan | 2023-02-02 |
* | Update testrunner.tcl to use a separate process for each test script. And to ... | dan | 2023-02-01 |
* | Have some RBU tests run as part of veryquick.test/testrunner.tcl. | dan | 2023-01-26 |
* | Tweaks to recover module test scripts to work with various permutations. | dan | 2022-11-04 |
* | Exclude slow test recovercorrupt.test from veryquick.test. | dan | 2022-10-15 |
* | Further work on making the recover extension compatible with the .recover com... | dan | 2022-09-03 |
* | Remove a few unsuitable scripts from the "veryquick" test suite. Also have ev... | dan | 2022-07-18 |
* | Cause most shell tests to be run under Tcl suite valgrind config. | larrybr | 2022-05-10 |
* | Fix permutations.test so that it can be called with a test file pattern that ... | dan | 2021-10-19 |
* | Break the tcl release tests into smaller units to better take advantage of mu... | dan | 2021-10-07 |
* | Enhance the TCL-based test harness so that it is possible to list multiple | drh | 2021-09-22 |
* | Update an allocation routine in the sessions module to allow it to allocate t... | dan | 2021-05-25 |
* | Do not run external_reader.test as part of permutation "journaltest", as it r... | dan | 2021-04-17 |
* | Have the Tcl tests support environment variable SQLITE_TEST_PATTERN_LIST, so ... | dan | 2021-03-11 |
* | Fix test file avfs.test so that it works with SQLITE_DEFAULT_AUTOVACUUM build... | dan | 2021-03-10 |
* | Do not run test file windowpushd.test as part of the "no_optimization" permut... | dan | 2021-03-02 |
* | Fix "make test" handling of environment variable QUICKTEST_OMIT so that it ca... | dan | 2020-08-13 |
* | Fix minor test script problems. | dan | 2020-08-10 |
* | Fix the ".import" command of the CLI to clean up better after errors. | drh | 2020-05-29 |
* | Allow "main" to be used to refer to the main database even after SQLITE_DBCON... | dan | 2020-03-20 |
* | Fix a long-standing problem in fts4 incrmental merge. | dan | 2019-10-02 |
* | Remove references to test scripts analyzeA.test and analyzeB.test from | drh | 2019-10-01 |
* | As it requires wal mode support, do not run test file chunksize.test as part ... | dan | 2019-07-04 |
* | Always evaluate window functions using the alternative path usually only used... | dan | 2019-03-18 |
* | Do not run shmlock.test as part of the inmemory_journal permutation. | dan | 2019-02-04 |
* | Do not run shmlock.test as part of the journaltest permutation. | dan | 2019-01-22 |
* | Update the coverage-wal permutation to cover branches enabled by | dan | 2018-12-26 |
* | Add a few more test cases to walfault2.test and walvfs.test. | dan | 2018-12-24 |
* | Improve the coverage of wal.c provided by the "coverage-wal" test permutation. | dan | 2018-12-22 |
* | Partially revert [3e1a2f661], as some test scripts require separate $presql | dan | 2018-11-07 |
* | Add extra defenses against strategically corrupt databases to fts3/4. | dan | 2018-11-03 |
* | Minor improvements to the permutations.test script. Most notably, a command | dan | 2018-09-18 |
* | Fix a problem with renaming a non-temp table that has at least one temp | dan | 2018-09-07 |
* | Another minor revision to the 'fulltestonly' set of tests. | mistachkin | 2018-07-22 |
* | In the Win32 VFS, when truncating a file, unmap it first. | mistachkin | 2018-07-22 |
* | Fix problem with window functions min() and max() when used with a PARTITION | dan | 2018-06-14 |
* | Fix minor problems on this branch. | dan | 2018-05-19 |
* | Start of experimental implementation of SQL window functions. Does not yet | dan | 2018-05-16 |
* | Add SQLITE_CONFIG_SORTERREF_SIZE configuration option. | dan | 2018-04-16 |
* | Merge latest trunk changes into this branch. | dan | 2017-11-29 |
|\ |
|
| * | Take extra care to avoid an OOB read caused by a corrupt b-tree page. | dan | 2017-10-19 |
| * | The db_use_legacy_prepare command no longer exists. Use the undocumented | drh | 2017-10-13 |
* | | Merge latest trunk changes with this branch. | dan | 2017-10-11 |
|\| |
|
| * | Remove the rarely-used scratch memory allocator. This makes the code smaller, | drh | 2017-08-28 |
| * | Add the "atomic-batch-write" permutation to permutations.test. This | dan | 2017-07-22 |