aboutsummaryrefslogtreecommitdiff
path: root/src/json.c
Commit message (Expand)AuthorAge
* 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