index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
fuzzinvariants.c
Commit message (
Expand
)
Author
Age
*
Additional debug/test output from the query invariant checker showing the
drh
2023-03-16
*
Update the tracing output for the query-invariant checker such that it shows
drh
2023-03-16
*
Improvements to query invariant testing such that it uses the new
drh
2023-03-06
*
Disallow some of the query invariant tests on SQL statements that contain
drh
2022-12-16
*
In the fuzzer invariant checker, do not add new WHERE clause terms that
drh
2022-12-16
*
Fix harmless compiler warnings in testing code.
drh
2022-10-28
*
Update the fuzzinvariant logic in fuzzcheck to the latest code from
drh
2022-10-24
*
Updates to the fuzzer query invariant checker - tracking changes made
drh
2022-10-12
*
Update the fuzz invariant checker to conform to the latest changes in
drh
2022-09-20
*
A minor fix to test/fuzzinvariants.c so that it works even with column names
drh
2022-06-24
*
Enable query invariant checking in fuzzcheck by default. There is no way
drh
2022-06-18
*
Abandon a query-invariant check in fuzzcheck if the call to
drh
2022-06-18
*
In the --query-invariants option of fuzzcheck, correctly deal with OOMs
drh
2022-06-18
*
Allow integers and floating point numbers to compare equal.
drh
2022-06-17
*
Improve query-invariants to the point that it would have discovered the
drh
2022-06-17
*
Fix the virtual table detection mechanism to avoid false-positives that were
drh
2022-06-17
*
Fix the new --query-invariants option on fuzzcheck so that it does not
drh
2022-06-17
*
Minor fix to the query invariant testing logic of fuzzcheck.
drh
2022-06-16
*
Improvements to query invariants in fuzzcheck.
drh
2022-06-15
*
Improvements to query invariant checking in fuzzcheck.
drh
2022-06-15
*
Improvements to query invariant testing. Almost working now.
drh
2022-06-15
*
Attempt to enhance fuzzcheck to do some simple invariant testing on queries.
drh
2022-06-14