SQLite

All files named ”ext/misc/fuzzer.c”
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for ext/misc/fuzzer.c

2025-02-27
21:17
[6b23135281] part of check-in [f50c21484d] Approximately 100 typo corrections spanning the whole tree, submitted via forum post 0db9827f0464bc33 and individually audited and verified. Affects only code comments, innocuous test strings, error message text in tool (not library) code, and configure-level help text. (check-in: [f50c21484d] user: stephan branch: trunk, size: 36771)
2025-02-25
20:55
[786ff299ba] part of check-in [af928818a0] Approximately 50 typo fixes, spanning the whole tree, contributed via forum post 006c8fa165083ac3 and individually checked for correctness. Affects only code comments, docs, and a single line of debug output in a test app. (check-in: [af928818a0] user: stephan branch: trunk, size: 36772)
2023-10-06
12:51
[8b28acf1a7] part of check-in [f3b3d712d6] Ensure that all fields of static sqlite3_module objects are explicitly initialized, in order to hush-up nuisance compiler warnings. (check-in: [f3b3d712d6] user: drh branch: trunk, size: 36771)
2020-07-29
16:18
[bae1ed017c] part of check-in [a80ae2c98b] Dozens and dozens of typo fixes in comments. This change adds no value to the end product and is disruptive, so it is questionable whether or not it will ever land on trunk. (check-in: [a80ae2c98b] user: drh branch: typos, size: 36531)
2020-01-07
19:45
[eae560134f] part of check-in [4c21373c21] Create the "trusted_schema" pragma. Add sqlite3_vtab_config() calls to set the risk rank for many virtual tables. (check-in: [4c21373c21] user: drh branch: new-security-options, size: 36531)
2019-03-20
05:45
[c4e27daf41] part of check-in [1c0fe5b576] Fix various harmless compiler warnings seen with MSVC. (check-in: [1c0fe5b576] user: mistachkin branch: noWarnings, size: 36462)
2019-01-08
20:02
[9e79c337fa] part of check-in [ca67f2ec0e] Use 64-bit math to compute the sizes of memory allocations in extensions. (check-in: [ca67f2ec0e] user: drh branch: trunk, size: 36442)
2016-04-12
20:05
[7c64b8197b] part of check-in [ab69527c16] More harmless compiler warning fixes. (check-in: [ab69527c16] user: mistachkin branch: warnings, size: 36449)
2015-04-19
21:43
[4c84635c71] part of check-in [d05becd873] Fix harmless compiler warnings seen with MSVC 2015. (check-in: [d05becd873] user: mistachkin branch: vsix2015, size: 36425)
2015-01-01
23:02
[e3e18f4725] part of check-in [2835e79a0a] Add logic to releasetest.tcl that detects -fsanitize=undefined errors. Fix a few false-positivies that come up when running the sanitize=undefined test. (check-in: [2835e79a0a] user: drh branch: trunk, size: 36418)
2013-06-11
18:59
[136533c53c] part of check-in [ba897100fe] Improved processing of DISTINCT. (check-in: [ba897100fe] user: drh branch: nextgen-query-plan-exp, size: 36395)
2013-06-03
21:25
[79ac20b687] part of check-in [e2c1af78b6] Adjust the xBestIndex methods on both the fuzzer and transitive_closure virtual tables so that an unused MATCH operator gets a really large cost. Remove ambiguities from the fuzzer test cases. (check-in: [e2c1af78b6] user: drh branch: nextgen-query-plan-exp, size: 36404)
2013-05-15
18:34
[51bd96960b] part of check-in [00231fb012] Fixes to allow testfixture to be compiled with SQLITE_OMIT_VIRTUAL_TABLE defined. (check-in: [00231fb012] user: dan branch: trunk, size: 36131)
2013-04-25
14:31
Renamed and modified src/test_fuzzer.c → ext/misc/fuzzer.c. [fb64a15af9] part of check-in [c8c69307f6] Convert the fuzzer virtual table into a loadable extension and move it to the ext/misc/fuzzer.c file. (check-in: [c8c69307f6] user: drh branch: std-ext, size: 36091)