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
Remove unreachable code from the partial-index constant value optimization ([8d4160910d651246]). More... over 1 year ago
Remove some outdated JNI docs. More... over 1 year ago
Minor JNI doc updates. No code changes. More... over 1 year ago
In partial index scans, if the WHERE clause implies a constant value for a table column, replace occurences of that table column with the constant. This increases the likelihood of the partial index being a covering index. More... over 1 year ago
Another very minor tweak to code on this branch to save cycles. More... over 1 year ago
When parsing JSON text into the BLOB format, only use node type JSONB_TEXTJ for an unquoted object label if the object label contains escape sequences. More... over 1 year ago
Change the order of an if..else... in new code to make it slightly faster. More... over 1 year ago
Enable -Wall for the compiler on --enable-debug builds. More... over 1 year ago
As a temporary measure, try to translate the BLOB JSON format into the legacy node format for processing. More... over 1 year ago
Fix a bad interaction between LEFT JOIN, bloom filters and partial indexes. More... over 1 year ago
Cause sqlite3_exper_new() to replicate UDFs and custom collations early enough to appear in virtual column expressions during schema copy. [forum:/forumpost/e030aa4b3a|forum post e030aa4b3a] More... over 1 year ago
Make expert changes acceptable to C89. More... over 1 year ago
Merge expert changes to accept UDFs and custom collations. More... over 1 year ago
Add minimal exercise of expert acceptance of UDFs and custom collations. More... over 1 year ago
Sync w/trunk prior to merge back. More... over 1 year ago
Resolve the JNI FTS5 test5() failure and remove some nearby dead code. More... over 1 year ago
Give expert ability to deal with custom collations. More... over 1 year ago
Add extra tests for changes on this branch. More... over 1 year ago
Avoid an error when parsing a schema that contains indexes with WHERE clauses containing unknown collation sequences. More... over 1 year ago
Fix a failing assert() caused by changes on this branch. More... over 1 year ago
Fix a harmless compiler warning. More... over 1 year ago
Add extra tests for the fts5 xPhraseQuery API. More... over 1 year ago
Resolve the JNI FTS5 test5() crash, caused by two unrelated typos in JNI callback signature strings. That test now fails with an expected-vs-got mismatch but no longer dies in the native code. More... over 1 year ago
Remove an invalid optimization from JNI code and add a missing check check for Java-side exception. More... over 1 year ago
In partial index scans, if the WHERE clause implies a constant value for a table column, replace occurences of that table column with the constant. This increases the likelihood of the partial index being a covering index. More... over 1 year ago
Fix minor parse-to-BLOB bugs. More... over 1 year ago
Add the ability to render a binary BLOB back into valid canonical JSON. More... over 1 year ago
Give expert ability to deal with UDFs. More... over 1 year ago
Begin adding code to render binary JSON back into text. Very incomplete. This is an incremental check-in. More... over 1 year ago
Improvements to the JSON binary BLOB format design. More... over 1 year ago