aboutsummaryrefslogtreecommitdiff
path: root/test/tester.tcl
Commit message (Expand)AuthorAge
* Fix recovery of utf-16 databases.dan2022-09-14
* Fixes for the generated "mallocs.tcl" and "leaks.tcl" scripts generated by ru...dan2022-07-16
* Make tester.tcl work on more Windows Tcl installations. And sync w/ trunk.larrybr2022-05-10
|\
* | Cause most shell tests to be run under Tcl suite valgrind config.larrybr2022-05-10
* | Simplify .import leak plug and arrange for CLI to be run under valgrind.larrybr2022-05-09
|/
* Improve EXPLAIN QUERY PLAN output and comments on bytecode listings bydrh2022-04-22
* Fix the finish_test proc in tester.tcl so that it works for Windows testdrh2021-10-20
* Improved cleanup in finish_test so that specifying multiple test modulesdrh2021-10-19
* Enhance the TCL-based test harness so that it is possible to list multipledrh2021-09-22
* Fix a use-after-free error in ioerr.test caused by an error in test code.dan2021-07-14
* Corrections to the 'filepath_normalize' test suite helper procedure.mistachkin2021-02-03
* Update test helper procedure 'get_pwd' to handle the ComSpec environment vari...mistachkin2021-01-18
* Fix problems with some "crashsql" tests.dan2021-01-07
* Fix a test script problem causing crash8.test to fail when run with leak-sani...dan2020-11-23
* Disable rootpage bounds checking when the SQLITE_TESTCTRL_EXTRA_SCHEMA_CHECKSdrh2020-07-22
* Modifications to test code so that the sqlite3MemdebugHastype() assert() stat...dan2020-07-16
* Allow "main" to be used to refer to the main database even after SQLITE_DBCON...dan2020-03-20
* Fix a bug in the hard_heap_limit pragma so that it returns the new value ofdrh2019-11-14
* Add a test case to cover a missed VDBE branch generated by window.c.dan2019-04-01
* If the library is built with SQLITE_VDBE_COVERAGE defined, have the Tcl tests...dan2019-04-01
* Update the tester.tcl --malloctrace option so that it uses eu-addr2line inste...dan2019-02-05
* Fix a problem causing some Tcl test cases to fail with errors like "expected:...dan2019-01-14
* Enhance tester.tcl so that when "--malloctrace=1" is specified, the testdan2018-09-18
* Identify Select objects within a single statement using small sequentialdrh2018-07-10
* Fix a dangling-else problem that was causing recursive CTEs to malfunction.drh2018-05-02
* In extensions rtree, fts3 and fts5, ensure that when dynamic buffers are bounddan2018-02-07
* Experimentally add the SQLite expert functionality to the shell tool.dan2017-12-19
* Remove the rarely-used scratch memory allocator. This makes the code smaller,drh2017-08-28
* Add a test for the outcome of a process crash within an xWrite VFS methoddan2017-07-22
* When saving the state of an RBU update in the incremental-checkpoint phase,dan2017-03-02
* Allow sqlite3session_apply() to apply changesets to tables that have beendan2017-02-04
* Fix a problem with the pre-update hook on this branch.dan2017-01-25
* Fix a problem with vector range constraints and mixed ASC/DESC indexes.dan2016-08-02
* Merge latest trunk changes into this branch.dan2016-07-26
|\
| * Minor test infrastructure changes to better support SEE testing.drh2016-07-25
* | Fix where.c handling of "IN (SELECT ...)" expressions when the SELECT returns...dan2016-07-26
|/
* Add the "#/value-list/" style of results for approximate value matchingdrh2016-07-09
* Change the way tester.tcl handes $argv so that in "permutations.test <permuta...dan2016-04-30
* Modify the permutations.test script so as to set any permutation specific con...dan2016-04-27
* Merge 3.12.0 beta changes from trunk.drh2016-03-21
|\
| * Add the sqlite3rbu_bp_progress() API to the RBU extension. Used to obtain the...dan2016-03-19
| * Fix another problem in test script rbudiff.test.dan2016-03-19
| * Fix test scripts sqldiff.test and rbudiff.test so that they work with the --t...dan2016-03-19
* | Merge all recent enhancements from trunk.drh2016-03-16
|\|
| * Fix the shellN.test test scripts so that they work with the --testdir option.dan2016-03-15
| * Many test cases fixed to work with encryption.drh2016-03-14
| * More file pathname normalization.drh2016-03-14
| * Normalize the $testdir and $argv0 paths so that they continue to workdrh2016-03-14
| * Run TCL tests in a subdirectory "testdir".drh2016-03-14
* | Merge all the latest changes from trunk.drh2016-02-25
|\|