aboutsummaryrefslogtreecommitdiff
path: root/src/json.c
Commit message (Expand)AuthorAge
* More off-by-one errors in the new JSON parsing.drh2023-04-02
* Fix an off-by-one error in the recognition of -Infinity.drh2023-04-02
* Allow special floating-point value names in JSON: "inf", "-inf", "infinity",drh2023-04-01
* Fix json rendering so that it shows positive and negative infinity asdrh2023-03-17
* The json_group_array(), json_group_object(), and fts5_source_id() functionsdrh2023-01-20
* Update virtual tables json_each and json_tree so that adding "ORDER BY rowid"...dan2023-01-17
* When constructing the JSON Path for the "fullpath" column of thedrh2022-04-04
* Fix the JSON Path parser so that it will accept zero-length object labels.drh2022-04-04
* Fix compiler warnings.drh2022-03-08
* Fix various harmless compiler warnings.drh2022-02-04
* Fix incorrect testcase() and assert() macros in json.c. They were not causingdrh2022-01-17
* Remove vestigial traces of json_ntype().drh2022-01-11
* Fix the PG-compatible -> and ->> path parsing.drh2022-01-11
* Implement the new PG-compliant versions of the -> and ->> operators.drh2022-01-10
* Merge the JSON function enhancements from the json-enhancements branch intodrh2022-01-08
* An attempt to integrate the JSON functions directly into the SQLite core,drh2022-01-06