I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
In JSON - minor code cleanup and refactoring with a small size reduction and performance increase. More... about 1 year ago
Remove redundant conditional from sqlite3ExprCanBeNull(). More... about 1 year ago
On second thought, we don't really need sqlite_dbdata accessible to the CLI. More... about 1 year ago
Fix harmless compiler warning in the randomjson.c extension. More... about 1 year ago
More precise computation of the size of data structures in the query planner. Response to [forum:/forumpost/7d8685d49d|Forum post 7d8685d49d]. More... about 1 year ago
Add ALWAYS() and NEVER() on branches made unreachable by recent changes. More... about 1 year ago
Ignore COLLATE operators when determining whether the result of a subexpression should be shallow-copied or deep-copied. More... about 1 year ago
Test case for the previous check-in. More... about 1 year ago
When unable to resolve an identifier, change the Expr node into TK_NULL rather than TK_COLUMN, to prevent any downstream misuse of the non-existent column. dbsqlfuzz 71869261db80a95e4733afa10ff5724bf3c78592. More... about 1 year ago
Always make the sqlite_dbdata virtual table available in the CLI. More... about 1 year ago
Extra ALWAYS() macros to verify state in the sqlite3ExprCanBeNull() routine. More... about 1 year ago
Remove a stray comment in the JSON code. More... about 1 year ago
New JSON invariant test cases. More... about 1 year ago
Add NEVER() to an unfalsifiable branch. More... about 1 year ago
Fix JSON to JSONB translation so that it deals correctly with Infinity and NaN. More... about 1 year ago
Ensure that the insert/delete size delta on JSONB objects in the JSON cache are always set to zero. More... about 1 year ago
Add randomjson.c to testfixture. Use it for a new set of invariant tests against JSON functions. More... about 1 year ago
Ensure that all object labels for individual objects generated by randomjson.c are unique. More... about 1 year ago
Bug fix in the randomjson.c extension. More... about 1 year ago
Enhancements to ext/misc/randomjson.c. More... about 1 year ago
Enhancements to the "randomjson.c" extension. Automatically load that extension into fuzzcheck. More... about 1 year ago
Enable SQLITE_STRICT_SUBTYPE for default builds of the shell, fuzzcheck, and testfixture. More... about 1 year ago
New test case based on Chromium bug report 1511689. More... about 1 year ago
In the count-of-view optimization, deferring freeing obsolete parts of the parse tree, on the off-chance that some other part of the code might be holding a pointer to those parts. More... about 1 year ago
Avoid expiring prepared statements in the middle of an integrity-check. More... about 1 year ago
Add mention of --buildonly and --dryrun to the testrunner.tcl usage screen. More... about 1 year ago
Fix a new JSON test case so that it works even if SQLITE_OMIT_VIRTUALTABLE is defined. More... about 1 year ago
Do not run test script fts5origintest4.test with either "memsubsys1" or "mmap" permutations. More... about 1 year ago
Avoid running the "no_mutex_try" tests with SQLITE_ENABLE_SETLK_TIMEOUT builds as part of the release test. More... about 1 year ago
Correct --enable-sab flag in ext/wasm/GNUmakefile to fix a silent alhttpd args-parsing error. More... about 1 year ago