summaryrefslogtreecommitdiff
path: root/storage/connect/json.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make source from 10.2 sourceOlivier Bertrand2017-08-101-3/+13
* Make source the same as branch 10.2Olivier Bertrand2017-08-061-15/+79
* Fix gcc compiler warnings reported by SergeiOlivier Bertrand2017-05-231-2/+49
* Fixing MDEV-12149: compile errors on Windows with /Zc:strictStringsOlivier Bertrand2017-05-081-5/+5
* Fix MDEV-12603 Insert replaces values in ZIP fileOlivier Bertrand2017-05-051-12/+12
* Add mongoDB access to json tables.Olivier Bertrand2017-04-131-209/+122
* Replace setjmp-longjmp's by try_catch-throwOlivier Bertrand2017-03-051-32/+90
* Update version number and dateOlivier Bertrand2017-03-011-15/+65
* - Fix MDEV-10496. Memory leak in discoveryOlivier Bertrand2016-09-051-2/+2
* - Fix MDEV-9322.Olivier Bertrand2015-12-271-1/+1
* - Serialize: Protect again eventual longjmp's.Olivier Bertrand2015-12-091-8/+20
* Remove warning on LinuxOlivier Bertrand2015-12-041-4/+6
* Make changes required by version 10.1.9 (see Sergei's mmail):Olivier Bertrand2015-11-221-0/+12
* Update JSON UDFs to version 1.04.0004Olivier Bertrand2015-10-171-65/+104
* Fix assert error for where clause with UDF'sOlivier Bertrand2015-09-151-1/+38
* Add experimental Bson_Array function (not documented)Olivier Bertrand2015-09-061-5/+5
* Add new json UDF Json_Object_List.Olivier Bertrand2015-08-181-0/+25
* Add new json UDFs and make possible to use a json file name as json item.Olivier Bertrand2015-08-141-50/+124
* Commit od last modifications made for version 10.0Olivier Bertrand2015-06-061-7/+0
* Commit win and CONNECT resolved filesOlivier Bertrand2015-06-051-0/+7
|\
| * Commit merge resolveOlivier Bertrand2015-06-051-1162/+1161
| |\
| | * 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
* | | Commit changes pulled from ob-10.0Olivier Bertrand2015-06-021-1/+1
* | | All the last changes made in the ob-10.0 branch including also changes of lin...Olivier Bertrand2015-05-201-1162/+1162
|/ /
* | Same changes than in version 10.0.17Olivier Bertrand2015-03-191-40/+147
|/
* - Fix compile errors and warnings of LINUX G++Olivier Bertrand2015-01-201-48/+48
* - Adding the JSON table typeOlivier Bertrand2015-01-191-0/+1055