0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Mar 31, 2025 — Mar 31, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix a null-pointer dereference in fts5 tokendata=1 code.
dan
More... over 2 years ago
Fix a problem with handling OOM and other errors in fts5 when querying tokendata=1 tables.
dan
More... over 2 years 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
More... over 2 years ago
Rework the jsonEachPathLength() routine in json_tree() so that it is less susceptible to problems due to goofy object labels.
drh
More... over 2 years ago
Add ALWAYS() on branches added in [ec0ae4030968c782] that are always true.
drh
More... over 2 years ago
Improved detection of corrupt JSONB in the jsonReturnFromBlob() function.
drh
More... over 2 years ago
Trim env keys and set to None if empty More... over 2 years ago
Ensure DB ID is set if namespaces are enabled More... over 2 years ago
Fix compiler warning about shadowed variable in fts5_index.c.
dan
More... over 2 years ago
Work around LLVM's newfound hatred of function pointer casts. [forum:/forumpost/1a7d257346636292|Forum post 1a7d257346636292].
drh
More... over 2 years ago
Update documentation comments in fts5.h.
dan
More... over 2 years ago
Do correct comparisons between object labels in JSON even when the two labels contain different JSON escapes.
drh
More... over 2 years ago
Correctly handle 8-byte sizes in the JSONB format. [forum:/forumpost/283daf08e91183fc|Forum post 283daf08e91183fc].
drh
More... over 2 years ago
Merge pull request #763 from tursodatabase/inhibit-checkpoint-wal More... over 2 years ago
Merge pull request #760 from tursodatabase/butemuck-to-zerocopy More... over 2 years ago
Merge pull request #762 from wyhaya/fix_de More... over 2 years 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.
drh
More... over 2 years ago
In CLI, move -interactive flag handling back to arg-loop pass 2. More... over 2 years ago
Test cases for object label matching with escape sequences.
drh
More... over 2 years 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.
drh
More... over 2 years ago
Increased rigor in comparisons between object labels in JSON.
drh
More... over 2 years ago
Add the tokendata=1 option and related APIs to fts5.
dan
More... over 2 years ago
Merge trunk changes into this branch.
dan
More... over 2 years ago
Add deserialize value tests More... over 2 years ago
README.md typo fix reported in the forum and update all links from http: to https:. More... over 2 years ago
introduce InhibitCheckpointWal More... over 2 years ago
Merge pull request #761 from tursodatabase/test-inject-frameno-empty-db More... over 2 years ago
Merge pull request #764 from Horusiath/bottomless-snapshot-db-file-check More... over 2 years ago
bottomless db snapshot: add more logging More... over 2 years ago
Support deserialize to Option<T> and Unit More... over 2 years ago