aboutsummaryrefslogtreecommitdiff
path: root/test/fuzzinvariants.c
Commit message (Expand)AuthorAge
* Additional debug/test output from the query invariant checker showing thedrh2023-03-16
* Update the tracing output for the query-invariant checker such that it showsdrh2023-03-16
* Improvements to query invariant testing such that it uses the newdrh2023-03-06
* Disallow some of the query invariant tests on SQL statements that containdrh2022-12-16
* In the fuzzer invariant checker, do not add new WHERE clause terms thatdrh2022-12-16
* Fix harmless compiler warnings in testing code.drh2022-10-28
* Update the fuzzinvariant logic in fuzzcheck to the latest code fromdrh2022-10-24
* Updates to the fuzzer query invariant checker - tracking changes madedrh2022-10-12
* Update the fuzz invariant checker to conform to the latest changes indrh2022-09-20
* A minor fix to test/fuzzinvariants.c so that it works even with column namesdrh2022-06-24
* Enable query invariant checking in fuzzcheck by default. There is no waydrh2022-06-18
* Abandon a query-invariant check in fuzzcheck if the call todrh2022-06-18
* In the --query-invariants option of fuzzcheck, correctly deal with OOMsdrh2022-06-18
* Allow integers and floating point numbers to compare equal.drh2022-06-17
* Improve query-invariants to the point that it would have discovered thedrh2022-06-17
* Fix the virtual table detection mechanism to avoid false-positives that weredrh2022-06-17
* Fix the new --query-invariants option on fuzzcheck so that it does notdrh2022-06-17
* Minor fix to the query invariant testing logic of fuzzcheck.drh2022-06-16
* Improvements to query invariants in fuzzcheck.drh2022-06-15
* Improvements to query invariant checking in fuzzcheck.drh2022-06-15
* Improvements to query invariant testing. Almost working now.drh2022-06-15
* Attempt to enhance fuzzcheck to do some simple invariant testing on queries.drh2022-06-14