aboutsummaryrefslogtreecommitdiff
path: root/ext/misc/fuzzer.c
Commit message (Collapse)AuthorAge
* Create the "trusted_schema" pragma. Add sqlite3_vtab_config() calls to setdrh2020-01-07
| | | | | the risk rank for many virtual tables. FossilOrigin-Name: 4c21373c21c9b17b222ae65297a039a035e6ec6b505c00c33704e3c03f94f834
* Fix various harmless compiler warnings seen with MSVC.mistachkin2019-03-20
| | | FossilOrigin-Name: 1c0fe5b5763fe5cbace9773dcdab742e126d0bd035ab13d61f9d134afa0afc0c
* Use 64-bit math to compute the sizes of memory allocations in extensions.drh2019-01-08
| | | FossilOrigin-Name: ca67f2ec0e294384c397db438605df1b47aae5f348a8de94f97286997625d169
* More harmless compiler warning fixes.mistachkin2016-04-12
| | | FossilOrigin-Name: ab69527c1608da0b668f3b49e967661dd99cc3d4
* Fix harmless compiler warnings seen with MSVC 2015.mistachkin2015-04-19
| | | FossilOrigin-Name: d05becd873a03a366843a34e7f4c732dd8f88c86
* Add logic to releasetest.tcl that detects -fsanitize=undefined errors.drh2015-01-01
| | | | | | Fix a few false-positivies that come up when running the sanitize=undefined test. FossilOrigin-Name: 2835e79a0afec6e4d449ac9340afec068c2d4c11
* Improved processing of DISTINCT.drh2013-06-11
| | | FossilOrigin-Name: ba897100fed291d2025f68d09334f9985312298b
* Adjust the xBestIndex methods on both the fuzzer and transitive_closuredrh2013-06-03
| | | | | | virtual tables so that an unused MATCH operator gets a really large cost. Remove ambiguities from the fuzzer test cases. FossilOrigin-Name: e2c1af78b65a8ace976fa6c035db212e1ffc79b8
* Fixes to allow testfixture to be compiled with SQLITE_OMIT_VIRTUAL_TABLE ↵dan2013-05-15
| | | | | defined. FossilOrigin-Name: 00231fb0127960d700de3549e34e82f8ec1b5819
* Convert the fuzzer virtual table into a loadable extension and move itdrh2013-04-25
to the ext/misc/fuzzer.c file. FossilOrigin-Name: c8c69307f60c1d07ac666ae3797b7e3f286fd491