summaryrefslogtreecommitdiff
path: root/storage/connect/jsonudf.h
Commit message (Expand)AuthorAgeFilesLines
* Make source the same as branch 10.2Olivier Bertrand2017-08-061-0/+12
* Fix gcc compiler warnings reported by SergeiOlivier Bertrand2017-05-231-8/+8
* Fixing MDEV-12149: compile errors on Windows with /Zc:strictStringsOlivier Bertrand2017-05-081-1/+1
* - Fix MDEV-11234. Escape quoting character. Should be doubled.Olivier Bertrand2016-11-061-0/+3
* - Continue working on the JDBC table typeOlivier Bertrand2016-05-121-0/+4
* - Fix to MDEV-9446 (using Json UDFs when CONNECT is not installed)Olivier Bertrand2016-01-251-0/+6
* Remove warning on LinuxOlivier Bertrand2015-12-041-1/+2
* Make changes required by version 10.1.9 (see Sergei's mmail):Olivier Bertrand2015-11-221-1/+45
* Temporary changes for making compile to workOlivier Bertrand2015-10-041-4/+4
* Fold all json UDF names to lower caseOlivier Bertrand2015-09-211-139/+139
* Fix assert error for where clause with UDF'sOlivier Bertrand2015-09-151-14/+58
* Add Json_Get_Item (and Bson_File?) functionsOlivier Bertrand2015-09-071-4/+16
* Add experimental Bson_Array function (not documented)Olivier Bertrand2015-09-061-62/+74
* Handle is_null and error argumentsOlivier Bertrand2015-08-221-2/+2
* Add new json UDF Json_Object_List.Olivier Bertrand2015-08-181-3/+7
* Add new json UDFs and make possible to use a json file name as json item.Olivier Bertrand2015-08-141-0/+175