aboutsummaryrefslogtreecommitdiff
path: root/test/json502.test
Commit message (Collapse)AuthorAge
* Fix a bug in the parsing of some corner-case JSON PATH strings that containdrh2024-09-04
| | | | | escaped double-quotes. FossilOrigin-Name: 60ac55c4b76355aaf7cbde38bf1f6082ff5612bf4ffc49ab69d00fd4e3d64e64
* Fix a new JSON test case so that it works even if SQLITE_OMIT_VIRTUALTABLEdrh2023-12-15
| | | | | is defined. FossilOrigin-Name: b995aae510888a9746b46545d176a0885d4738e1f1bc0b7ad7937ed023efd7d6
* Fix the routine that determines the json_tree.path value for the first rowdrh2023-12-06
| | | | | | so that it correctly takes into account escape sequences in the path argument. FossilOrigin-Name: b9243ee8a37c62eb8848e765bd4af83bc1b3d3eb24fb4268a1357ad1f8b2e1fb
* Test cases for object label matching with escape sequences.drh2023-12-06
| | | FossilOrigin-Name: c6f2aa38e95b7888650cfa7bb773b18a28e01d883033ac77be6d504ffe417d18
* Ensure that the label for a JSON object really is a string and not an arraydrh2023-05-08
| | | | | | or object that just happens to end with a string. dbsqfuzz 32f62ed8676d0a153dbe756aeae3202d3670fe50. FossilOrigin-Name: c335737c2889722ea05b732a5efff8a2f31140c18ca038c41e05c2a26e0db5bd
* Do not attempt to run json502.test with SQLITE_OMIT_VIRTUALTABLE builds.dan2023-05-05
| | | FossilOrigin-Name: 6664850647cd314c076842df5bf94e4f12d9be7fb56795b2af25f15c1267fa4d
* Fix json_tree() so that it is able to deal with the JNODE_RAW labels ofdrh2023-04-28
a JSON5 object. FossilOrigin-Name: f56528d413d8e622f7c4f18b2f9f2e620bfb441c020461299b35a90072ee6c13