openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
SQLite
Settings
|
Report Duplicate
1,477
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 16, 2023 — Jan 16, 2024
Showing page 26 of 1,737
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Remove unreachable code from the partial-index constant value optimization ([8d4160910d651246]).
D. Richard Hipp
More...
over 1 year ago
Remove some outdated JNI docs.
Stephan Beal
More...
over 1 year ago
Minor JNI doc updates. No code changes.
Stephan Beal
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.
Dan Kennedy
More...
over 1 year ago
Another very minor tweak to code on this branch to save cycles.
Dan Kennedy
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.
D. Richard Hipp
More...
over 1 year ago
Change the order of an if..else... in new code to make it slightly faster.
Dan Kennedy
More...
over 1 year ago
Enable -Wall for the compiler on --enable-debug builds.
D. Richard Hipp
More...
over 1 year ago
As a temporary measure, try to translate the BLOB JSON format into the legacy node format for processing.
D. Richard Hipp
More...
over 1 year ago
Fix a bad interaction between LEFT JOIN, bloom filters and partial indexes.
Dan Kennedy
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]
Larry Brasfield
More...
over 1 year ago
Make expert changes acceptable to C89.
Larry Brasfield
More...
over 1 year ago
Merge expert changes to accept UDFs and custom collations.
Larry Brasfield
More...
over 1 year ago
Add minimal exercise of expert acceptance of UDFs and custom collations.
Larry Brasfield
More...
over 1 year ago
Sync w/trunk prior to merge back.
Larry Brasfield
More...
over 1 year ago
Resolve the JNI FTS5 test5() failure and remove some nearby dead code.
Stephan Beal
More...
over 1 year ago
Give expert ability to deal with custom collations.
Larry Brasfield
More...
over 1 year ago
Add extra tests for changes on this branch.
Dan Kennedy
More...
over 1 year ago
Avoid an error when parsing a schema that contains indexes with WHERE clauses containing unknown collation sequences.
Dan Kennedy
More...
over 1 year ago
Fix a failing assert() caused by changes on this branch.
Dan Kennedy
More...
over 1 year ago
Fix a harmless compiler warning.
D. Richard Hipp
More...
over 1 year ago
Add extra tests for the fts5 xPhraseQuery API.
Dan Kennedy
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.
Stephan Beal
More...
over 1 year ago
Remove an invalid optimization from JNI code and add a missing check check for Java-side exception.
Stephan Beal
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.
Dan Kennedy
More...
over 1 year ago
Fix minor parse-to-BLOB bugs.
D. Richard Hipp
More...
over 1 year ago
Add the ability to render a binary BLOB back into valid canonical JSON.
D. Richard Hipp
More...
over 1 year ago
Give expert ability to deal with UDFs.
Larry Brasfield
More...
over 1 year ago
Begin adding code to render binary JSON back into text. Very incomplete. This is an incremental check-in.
D. Richard Hipp
More...
over 1 year ago
Improvements to the JSON binary BLOB format design.
D. Richard Hipp
More...
over 1 year ago
←
1
2
…
22
23
24
25
26
27
28
29
30
…
1736
1737
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree