index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
json.c
Commit message (
Expand
)
Author
Age
*
More off-by-one errors in the new JSON parsing.
drh
2023-04-02
*
Fix an off-by-one error in the recognition of -Infinity.
drh
2023-04-02
*
Allow special floating-point value names in JSON: "inf", "-inf", "infinity",
drh
2023-04-01
*
Fix json rendering so that it shows positive and negative infinity as
drh
2023-03-17
*
The json_group_array(), json_group_object(), and fts5_source_id() functions
drh
2023-01-20
*
Update virtual tables json_each and json_tree so that adding "ORDER BY rowid"...
dan
2023-01-17
*
When constructing the JSON Path for the "fullpath" column of the
drh
2022-04-04
*
Fix the JSON Path parser so that it will accept zero-length object labels.
drh
2022-04-04
*
Fix compiler warnings.
drh
2022-03-08
*
Fix various harmless compiler warnings.
drh
2022-02-04
*
Fix incorrect testcase() and assert() macros in json.c. They were not causing
drh
2022-01-17
*
Remove vestigial traces of json_ntype().
drh
2022-01-11
*
Fix the PG-compatible -> and ->> path parsing.
drh
2022-01-11
*
Implement the new PG-compliant versions of the -> and ->> operators.
drh
2022-01-10
*
Merge the JSON function enhancements from the json-enhancements branch into
drh
2022-01-08
*
An attempt to integrate the JSON functions directly into the SQLite core,
drh
2022-01-06