summaryrefslogtreecommitdiff
path: root/storage/connect/jsonudf.cpp
Commit message (Expand)AuthorAgeFilesLines
* In CONNECT version 1.6.10 NOSQL facility is enhanced by a new way to retrieve...Olivier Bertrand2019-08-241-4/+4
* - Fix MDEV-15793: Server crash in PlugCloseFile with sql_mode=''Olivier Bertrand2019-03-251-2/+48
* - Make PlugSubAlloc to be exportableOlivier Bertrand2018-12-011-6/+6
* - Fix MDEV-16672 Connect: Warnings with 10.0Olivier Bertrand2018-08-071-1/+1
* - Fix MDEV-15735 CONNECT [filamtxt.cpp:429]: Suspicious conditionOlivier Bertrand2018-05-071-2/+2
* - Remove warning on not used tabtyp variable in connect_assisted_discoveryOlivier Bertrand2018-02-261-272/+517
* - Make Json_Array_Add to accept a non JSON item as 1st parameterOlivier Bertrand2018-02-161-11/+56
* - Use delayed load for the MongoDB C Drive on WindowsOlivier Bertrand2018-01-311-11/+11
* - Fix MDEV-13925: Actually this fixes SELECT queries whenOlivier Bertrand2017-11-031-10/+3
* - Update version numberOlivier Bertrand2017-10-171-11/+16
* Merging from MariaDB repositoryOlivier Bertrand2017-08-311-1/+1
|\
| * Merge connect/10.0 into 10.0Vicențiu Ciorbaru2017-08-011-28/+33
| * Fix wrong value of JSON columnOlivier Bertrand2017-05-111-236/+136
| * Fix MDEV-12142 crash when creating CSV tableOlivier Bertrand2017-03-061-12/+97
| * All changes made on 10.1Olivier Bertrand2017-02-161-49/+60
| * - Fix MDEV-11234. Escape quoting character. Should be doubled.Olivier Bertrand2016-11-061-0/+47
| * All changes made on 10.1 for last 11 commitsOlivier Bertrand2016-07-141-4/+8
| * - Possibly fix MDEV-10179 Reset remote tables when re-openingOlivier Bertrand2016-06-131-2/+2
| * git90.msg + git91.msgOlivier Bertrand2016-06-021-46/+251
| * Merge branch '10.0' of https://github.com/MariaDB/server into 10.0Olivier Bertrand2016-05-221-6/+7
| |\
| * | Add all changes made on 10.1Olivier Bertrand2016-05-121-50/+105
* | | Make source from 10.2 sourceOlivier Bertrand2017-08-101-22/+44
* | | Make source the same as branch 10.2Olivier Bertrand2017-08-061-29/+245
* | | Fix gcc compiler warnings reported by SergeiOlivier Bertrand2017-05-231-55/+74
* | | Fix converting bstr_t string to set error messageOlivier Bertrand2017-05-111-1/+1
* | | Fixing MDEV-12149: compile errors on Windows with /Zc:strictStringsOlivier Bertrand2017-05-081-5/+6
* | | Add mongoDB access to json tables.Olivier Bertrand2017-04-131-230/+129
* | | Replace setjmp-longjmp's by try_catch-throwOlivier Bertrand2017-03-051-12/+97
* | | This is a major update concerning many source files.Olivier Bertrand2017-02-141-49/+60
* | | - Fix MDEV-11234. Escape quoting character. Should be doubled.Olivier Bertrand2016-11-061-0/+47
* | | - Try distributing the JdbcInterface.jarOlivier Bertrand2016-07-111-0/+4
* | | - JAVA DEBUG now depends on connect_xtraceOlivier Bertrand2016-07-091-4/+4
* | | - Possibly fix MDEV-10179 Reset remote tables when re-openingOlivier Bertrand2016-06-131-2/+2
* | | - Fix MDEV-10111 Reconize unsigned integers when creating tables via srcdefOlivier Bertrand2016-06-021-1/+1
* | | - Reconize the JDBC type -7 (BIT)Olivier Bertrand2016-05-261-4/+11
* | | - Fix failing json_udf_bin test when --psOlivier Bertrand2016-05-241-41/+239
* | | Merge branch '10.1' of https://github.com/MariaDB/server into ob-10.1Olivier Bertrand2016-05-221-6/+7
|\ \ \ | | |/ | |/|
| * | Fixed failing test cases and compiler warningsMonty2016-04-251-5/+6
| * | Merge branch 'connect/10.0' into 10.0Sergei Golubchik2016-02-161-4/+53
| |\ \ | | |/
| | * - Change SQL_NTS to 0 when the string is NULLOlivier Bertrand2016-01-251-4/+53
| * | Backported fix for ccacheMonty2016-01-031-1/+1
| |/
| * - Serialize: Protect again eventual longjmp's.Olivier Bertrand2015-12-081-12/+9
| * Fix memory error when a plain string argument is parsed.Olivier Bertrand2015-12-051-3/+4
| * Fix memory error when a plain string argument is parsed.Olivier Bertrand2015-12-051-6/+12
| * Fix memory error when a plain string argument is parsed.Olivier Bertrand2015-12-051-510/+506
| * Commit updating CONNECT from the 10.1 versionOlivier Bertrand2015-12-041-346/+4608
* | - Continue working on the JDBC table typeOlivier Bertrand2016-05-121-0/+27
* | - Add the JDBC table type compilation for CMAKE.Olivier Bertrand2016-04-271-50/+78
* | - Fix to MDEV-9446 (using Json UDFs when CONNECT is not installed)Olivier Bertrand2016-01-251-4/+53
* | - Serialize: Protect again eventual longjmp's.Olivier Bertrand2015-12-091-12/+9