| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
check_contains(json_engine_t*, json_engine_t*).
check_contains() fixed. When an item of an array is a complex
structure, it can be half-read after the end of the recursive
check_contains() call. So we just manually get to it's ending.
|
|
|
|
| |
Now JSON functions return warnings if arguments are invalid.
|
|
|
|
| |
The weird logic of json_contains was implemented.
|
|
|
|
| |
Support for '**' in json path expressions added.
|
|
|
|
| |
Integer/Double recognition added.
|
|
|
|
|
| |
The rest of mysql/json functions implemented.
CAST AS JSON implemented.
|
|
strings/json_lib.c added as a JSON library.
SQL frunction added with sql/item_jsonfunc.h/cc
|