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 4 of 74
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Use SQLITE_STRICT_SUBTYPE=1 by default for the JNI and WASM builds unless they're explicitly built with SQLITE_STRICT_SUBTYPE=0.
Stephan Beal
More...
about 1 year ago
Add assert()s to FTS5 to fix static analyzer warnings.
D. Richard Hipp
More...
about 1 year ago
Fix harmless compiler warnings in JSON and FTS5.
D. Richard Hipp
More...
about 1 year ago
Improve the error message returned by an fts5 'rebuild' command on an external content table if there is a problem with the content table or view.
Dan Kennedy
More...
about 1 year ago
Enhance aggregate order-by so that it transmits subtype information through the sorter. Fix for the deficiency reported by [forum:/forumpost/87347ad2fb5a8f76|forum post 87347ad2fb5a8f76].
D. Richard Hipp
More...
about 1 year ago
Pass subtype information through the aggregate ORDER BY sorter for aggregate functions that use subtype information.
D. Richard Hipp
More...
about 1 year ago
In CLI, fix .read inability to open 2GB+ files on WIN32.
Larry Brasfield
More...
about 1 year ago
Avoid invoking sqlite3ExprColUsage() on an unresolve column reference. dbsqlfuzz fc34aa62df4de103705d11b807074687ffafbda5.
D. Richard Hipp
More...
about 1 year ago
Bug fix in the JSONB validator. dbsqlfuzz ac6fa521a08609a642198e7decf64180e750b3c4
D. Richard Hipp
More...
about 1 year ago
Improvements to UTF8 handling, and especially the handling of invalid UTF8, in the JSON routines.
D. Richard Hipp
More...
about 1 year ago
Fix the JSON object label comparison object so that it works correctly even if the label ends with escaped whitespace.
D. Richard Hipp
More...
about 1 year ago
Worker1 Promiser API: when multiple db connections are active then use the requested connection instead of always the first-opened connection. Bug reported in [forum:894c330e7f23b177|forum post 894c330e7f23b177].
Stephan Beal
More...
about 1 year ago
The json_valid(*,8) function does a much better check of the validity of the JSONB input. The json_error_position() function returns an approximate byte offset to the point of the first detected error in the JSONB.
D. Richard Hipp
More...
about 1 year ago
Add NEVER to two unreachable branches in JSON.
D. Richard Hipp
More...
about 1 year ago
Improvements to JSONB validation - catch more cases where the input does not conform to spec.
D. Richard Hipp
More...
about 1 year ago
Validity checking of text nodes in JSONB.
D. Richard Hipp
More...
about 1 year ago
The json_error_position() function now reports an approximate byte offset to the problem in a JSONB if there is a problem.
D. Richard Hipp
More...
about 1 year ago
json_error_position() now uses jsonValidityCheck() to find the approximate position of an error in a JSONB blob.
D. Richard Hipp
More...
about 1 year ago
json_valid(*,8) allows minus-signs on hexadecimal literals.
D. Richard Hipp
More...
about 1 year ago
Activate JSON_SELFCHECK within fuzzcheck.
D. Richard Hipp
More...
about 1 year ago
Rename the new test-control to SQLITE_TESTCTRL_JSON_SELFCHECK. Make it so that the current value of the setting can be interrogated.
D. Richard Hipp
More...
about 1 year ago
Add SQLITE_TESTCTRL_VALIDATE_JSONB, which if enabled under SQLITE_DEBUG causes cross-checking of generate JSONB.
D. Richard Hipp
More...
about 1 year ago
Work toward enhanced functionality for json_valid() with deep checking of the JSONB (second argument has bit 0x08).
D. Richard Hipp
More...
about 1 year ago
Fix a potential use of uninitialized value in json_valid() with 2nd argument of 8.
D. Richard Hipp
More...
about 1 year ago
Fix a harmless UBSAN warning.
D. Richard Hipp
More...
about 1 year ago
Fix a potential problem RCStr access on a JsonString object that is not really and RCStr. Fuzzer/UBSAN find.
D. Richard Hipp
More...
about 1 year ago
Fix a harmless compiler warning about "confusing indentation".
D. Richard Hipp
More...
about 1 year ago
Avoid dropping an error code in new fts5 tokendata=1 code.
Dan Kennedy
More...
about 1 year ago
Ensure an fts5vocab table never uses a special tokendata=1 merge cursor.
Dan Kennedy
More...
about 1 year ago
Avoid an assert() failure when querying an fts5vocab table that accesses a tokendata=1 fts5 table with corrupt %_data records.
Dan Kennedy
More...
about 1 year ago
←
1
2
3
4
5
6
7
8
9
…
73
74
→
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