summaryrefslogtreecommitdiff
path: root/include/json_lib.h
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.8 into 10.9Marko Mäkelä2023-01-101-1/+1
|\
| * Merge 10.7 into 10.8Marko Mäkelä2023-01-101-1/+1
| |\
| | * Merge 10.6 into 10.7Marko Mäkelä2023-01-041-2/+2
| | |\
| | | * Merge 10.5 into 10.6Marko Mäkelä2023-01-031-2/+2
| | | |\
| | | | * Merge 10.3 into 10.4Marko Mäkelä2023-01-031-2/+2
| | | | |\
| | | | | * header typosmusvaage2022-12-201-2/+2
* | | | | | MDEV-27911: Implement range notation for json pathRucha Deodhar2022-04-151-1/+3
* | | | | | MDEV-22224: Support JSON Path negative indexRucha Deodhar2022-04-131-10/+8
|/ / / / /
* | | | | Merge branch '10.7' into 10.8Oleksandr Byelkin2022-02-041-0/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.6' into 10.7Oleksandr Byelkin2022-02-041-0/+1
| |\ \ \ \ | | |/ / /
| | * | | MDEV-24909 JSON functions don't respect KILL QUERY / max_statement_time limitSergei Golubchik2022-01-301-0/+1
| | |/ /
* | | | Code cleanupSergei Petrunia2022-01-191-9/+0
* | | | MDEV-26724 Endless loop in json_escape_to_string upon ... empty stringSergei Petrunia2022-01-191-4/+10
* | | | Fix JSON parsing: future-proof data representation in JSON, code cleanupSergei Petrunia2022-01-191-6/+7
* | | | Extract json parser functions from classMichael Okoko2022-01-191-2/+2
* | | | Add parser to read JSON array (of histograms) into string vectorMichael Okoko2022-01-191-0/+8
|/ / /
* | | Add json_normalize function to json_libEric Herman2021-07-211-0/+5
* | | fix json typo s/UNINITALIZED/UNINITIALIZED/Eric Herman2021-07-211-1/+1
|/ /
* | Fix all warnings given by UBSANMonty2021-04-201-0/+1
* | MDEV-5313 Improving audit API.Alexey Botchkov2019-01-181-0/+5
* | MDEV-5313 Improving audit api.Alexey Botchkov2019-01-171-4/+0
* | json helpersSergei Golubchik2018-12-121-1/+5
* | MDEV-5313 Improving audit api.Alexey Botchkov2018-12-121-5/+5
|/
* Merge branch '10.2' into 10.3Sergei Golubchik2018-09-281-0/+6
|\
| * MDEV-17121 JSON_ARRAY_APPEND.Alexey Botchkov2018-09-111-0/+6
* | Misc. typosluz.paz2018-04-051-1/+1
|/
* MDEV-11856 json_search doesn't search for values with double quotesAlexey Botchkov2017-03-141-0/+1
* MDEV-11557 port MySQL-5.7 JSON tests to MariaDB.Alexey Botchkov2017-02-061-1/+6
* MDEV-11557 port MySQL-5.7 JSON tests to MariaDB.Alexey Botchkov2017-01-241-2/+23
* MDEV-11562 Assertion `js->state == JST_VALUE' failed in check_contains(json_e...Alexey Botchkov2016-12-161-5/+19
* MDEV-11470 JSON_KEYS accepts arguments in invalid format.Alexey Botchkov2016-12-131-0/+1
* MDEV-11453 JSON_CONTAINS returns incorrect values.Alexey Botchkov2016-12-111-0/+1
* MDEV-11469 JSON_SEARCH returns incorrect results.Alexey Botchkov2016-12-091-6/+15
* MDEV-11461 JSON_TYPE does not recognize integer/double types.Alexey Botchkov2016-12-051-0/+11
* MDEV-9143 JSON_xxx functions.Alexey Botchkov2016-11-151-0/+7
* MDEV-9143 JSON_xxx functions.Alexey Botchkov2016-10-191-0/+356