summaryrefslogtreecommitdiff
path: root/storage/connect/json.cpp
Commit message (Expand)AuthorAgeFilesLines
* Commit updating CONNECT from the 10.1 versionOlivier Bertrand2015-12-041-93/+282
* Change all preprocessor compiler directives to use __WIN__ as the mean ofOlivier Bertrand2015-05-271-1/+1
* This commit includes changes done in a previous (deleted) branch plus new ones.Olivier Bertrand2015-03-181-2/+2
* - Fix crash when Json_Value was called without arguments.Olivier Bertrand2015-03-011-1/+1
* - Fix MDEV-7616 by adding SQLCOM_SET_OPTION to the accepted command list.Olivier Bertrand2015-02-241-16/+66
* - Add new Json UDF's Json_Array_Add, Json_Array_Grp and Json_Object_Grp.Olivier Bertrand2015-02-221-0/+6
* - Work on JSON and JSON UDF'sOlivier Bertrand2015-02-191-1085/+1106
* - Adding json udf's. Making the second version of json tables.Olivier Bertrand2015-02-111-1/+28
* - Enhance JSON tables handling.Olivier Bertrand2015-01-301-4/+4
* - Change some line endings from CRLF to LFOlivier Bertrand2015-01-231-6/+7
* - Fix MDEV-7489 (in add_field)Olivier Bertrand2015-01-231-6/+8
* - Fix compile errors and warnings of LINUX G++Olivier Bertrand2015-01-201-48/+48
* - Adding the JSON table typeOlivier Bertrand2015-01-191-0/+1055