aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Adjust the strftime() test in test/date4.test to remove flags not supported i...stephan5 days
* Add test cases for the NOT NULL/IS NULL optimization in CHECK constraints fix.dan12 days
* Fix an issue in Bloom filters on RHS subsqueries to IN operators.drh2025-04-30
* Add the "--fuzzdb FILENAME" to testrunner.tcl as an alternative to settingdrh2025-04-29
* Update testrunner.tcl documentation. Fix typo in testrunner.tcl output.drh2025-04-29
* Improved --explain display of FUZZDB test plans in testrunner.tcl.drh2025-04-29
* Do not run FUZZDB on either Windows-Memdebug or Windows-Win32Heap.drh2025-04-29
* Make testrunner.tcl more restrictive about which configurations rundrh2025-04-29
* Testrunner.tcl now runs fuzzcheck-asan and fuzzcheck-ubsan tests.drh2025-04-28
* If the FUZZDB environment variable is set when running testrunner.tcl anddrh2025-04-28
* Enhance testrunner.tcl so that it does not build testfixture unnecessarily -drh2025-04-28
* Fix testrunner.tcl so that it honors pattern matches in non-testfixturedrh2025-04-28
* Remove a stray blank line from the test/testrunner.tcl script.drh2025-04-28
* Correctly handle the case of a multi-column UNIQUE constraint that containsdrh2025-04-15
* Improved estimate on the number of output rows in a recursive common table ex...drh2025-04-14
* Improved detection of run-time errors (ex: OOM errors) in speedtest1.drh2025-04-10
* Provide new command-line options --hard-heap-limit and --soft-heap-limitdrh2025-04-10
* Be sure that speedtest1 reports any errors that it encounters whiledrh2025-04-10
* Fix an obscure problem allowing the propagate-constants optimization to impro...dan2025-04-10
* Remove unnecessary "www." prefixes on domain names in URLs.drh2025-04-10
* The win32lock and win32longpath tests don't work on Cygwinjan.nijtmans2025-04-04
* Correct two tests in shell1.test which were broken by the addition of new out...stephan2025-03-28
* shell1.test: == => eqjan.nijtmans2025-03-27
* More ==/!= => eq/ne fixesjan.nijtmans2025-03-27
* In Tcl, always use eq/ne for comparing strings, not ==/!=jan.nijtmans2025-03-27
* Merge trunk. Some additional test-fixes for Cygwinjan.nijtmans2025-03-27
|\
* | Merge trunk into cygwin-fixes branch. Add .fossil-settings/binary-glob to squ...stephan2025-03-26
|\|
| * Fix the generate_series() enhancement from check-in [d50b784807333c54]drh2025-03-22
| * Teach the CLI that VT100-escape codes that do things like change fontdrh2025-03-21
| * Fix a problem in the sqlite_dbpage() table-valued function when it isdrh2025-03-20
* | Test script patches from Jan Nijtmans: always use -DUSE_TCL_STUBS in buildtcl...stephan2025-03-19
* | Merge trunk into the cygwin-fixes branch for the shell test improvements on W...stephan2025-03-19
|\|
| * Avoid running test cases involving ANSI control characters or Unicode on Wind...stephan2025-03-19
| |\
| | * Avoid running test cases involving ANSI control characters or Unicodedrh2025-03-11
* | | Merge trunk into the cygwin-fixes branch.stephan2025-03-19
|\| |
| * | Change the generate_series() table-valued function so that its rowid is just andrh2025-03-18
| * | Fix a problem that could occur when the RHS of an IN operator was a compound ...dan2025-03-18
| * | Enhance the fuzzcheck testing tool with new command-line options:drh2025-03-15
| * | Work around compilers that do not understand flexible arrays, in thedrh2025-03-15
| * | Use flexible arrays in the recovery extension and in the fuzzcheck test program.drh2025-03-15
| * | Fix the generate_series extension for the case where the termination valuedrh2025-03-13
| |/
* | Teach testrunner.tcl to distinguish Cygwin from Windows. This gets it running...stephan2025-03-11
* | Merge trunk into the cygwin-fixes branch.stephan2025-03-10
|\|
| * Add an explicit db close to test/walsetlk.test to work around an unjustified ...stephan2025-03-10
* | Test app/script patches from Jan Nijtmans for cygwin. Add/replace many more s...stephan2025-03-08
* | Merge trunk into the cygwin-fixes branch (which was inadvertently branched to...stephan2025-03-06
|\|
| * Various typo fixes reported by Daniel Dumitriu. No functional changes.stephan2025-03-06
* | Cygwin-centric test script tweaks from Jan Nijtmans.stephan2025-03-06
|/
* Have the recover module add "PRAGMA foreign_keys = off" to SQL output. Have t...dan2025-03-05
* Ensure that detection of control characters by comparison against 0x1fdrh2025-03-02