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
12 months
ago. based on code collected
12 months
ago.
Jan 16, 2023 — Jan 16, 2024
Showing page 5 of 1,737
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Fix a null-pointer dereference in fts5 tokendata=1 code.
Dan Kennedy
More...
about 1 year ago
Fix a problem with handling OOM and other errors in fts5 when querying tokendata=1 tables.
Dan Kennedy
More...
about 1 year ago
Different fix for the fts5 COMMIT-following-OOM problem first fixed by [fba3129d]. This one does not cause problems if an fts5 table is renamed and then dropped within the same transaction.
Dan Kennedy
More...
about 1 year ago
Rework the jsonEachPathLength() routine in json_tree() so that it is less susceptible to problems due to goofy object labels.
D. Richard Hipp
More...
about 1 year ago
Add ALWAYS() on branches added in [ec0ae4030968c782] that are always true.
D. Richard Hipp
More...
about 1 year ago
Improved detection of corrupt JSONB in the jsonReturnFromBlob() function.
D. Richard Hipp
More...
about 1 year ago
Fix compiler warning about shadowed variable in fts5_index.c.
Dan Kennedy
More...
about 1 year ago
Work around LLVM's newfound hatred of function pointer casts. [forum:/forumpost/1a7d257346636292|Forum post 1a7d257346636292].
D. Richard Hipp
More...
about 1 year ago
Update documentation comments in fts5.h.
Dan Kennedy
More...
about 1 year ago
Do correct comparisons between object labels in JSON even when the two labels contain different JSON escapes.
D. Richard Hipp
More...
about 1 year ago
Correctly handle 8-byte sizes in the JSONB format. [forum:/forumpost/283daf08e91183fc|Forum post 283daf08e91183fc].
D. Richard Hipp
More...
about 1 year ago
Fix the routine that determines the json_tree.path value for the first row so that it correctly takes into account escape sequences in the path argument.
D. Richard Hipp
More...
about 1 year ago
In CLI, move -interactive flag handling back to arg-loop pass 2.
Larry Brasfield
More...
about 1 year ago
Test cases for object label matching with escape sequences.
D. Richard Hipp
More...
about 1 year ago
The rule for the RHS of the ->> and -> operators when the RHS does not begin with $ is that it must be (1) all digits, or (2) all alphanumerics, or (3) contained within [..] or else it will become a quoted label.
D. Richard Hipp
More...
about 1 year ago
Increased rigor in comparisons between object labels in JSON.
D. Richard Hipp
More...
about 1 year ago
Add the tokendata=1 option and related APIs to fts5.
Dan Kennedy
More...
about 1 year ago
Merge trunk changes into this branch.
Dan Kennedy
More...
about 1 year ago
README.md typo fix reported in the forum and update all links from http: to https:.
Stephan Beal
More...
about 1 year ago
Rework the JSON functions so that they use the JSONB format internally. The original JsonNode parse tree design is removed. All JSON functions that accept text JSON also accept JSONB. New functions generate JSONB.
D. Richard Hipp
More...
about 1 year ago
Use extra assert() statement to silence harmless static analyzer warnings.
D. Richard Hipp
More...
about 1 year ago
Further tests for the new code on this branch.
Dan Kennedy
More...
about 1 year ago
Miscellaneous comment cleanup and typo fixes.
D. Richard Hipp
More...
about 1 year ago
Use strspn() to accelerate whitespace bypass in the JSON parser.
D. Richard Hipp
More...
about 1 year ago
Small performance gain by unwinding the string literal delimiter search loop in the JSON parser by one more level.
D. Richard Hipp
More...
about 1 year ago
Clean up the JSONB performance test script.
D. Richard Hipp
More...
about 1 year ago
Use an assert() to fix a harmless static analyzer warning.
D. Richard Hipp
More...
about 1 year ago
Fix OOM and corrupt JSONB handling in json_patch().
D. Richard Hipp
More...
about 1 year ago
Rename the internal routine jsonMergePatchBlob() to just jsonMergePatch().
D. Richard Hipp
More...
about 1 year ago
Add further tests for xInstToken().
Dan Kennedy
More...
about 1 year ago
←
1
2
3
4
5
6
7
8
9
…
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