Commit message (Expand) | Author | Age | |
---|---|---|---|
* | 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 |