summaryrefslogtreecommitdiff
path: root/storage/connect/tabjson.cpp
Commit message (Expand)AuthorAgeFilesLines
* Commit updating CONNECT from the 10.1 versionOlivier Bertrand2015-12-041-31/+26
* Prevent wrong update of expanded columns when pretty is not 2.Olivier Bertrand2015-08-111-3/+9
* Change all preprocessor compiler directives to use __WIN__ as the mean ofOlivier Bertrand2015-05-271-3/+3
* JSONColumns and XMLColumns revisited. They can retrieve their parameters dire...Olivier Bertrand2015-05-261-34/+29
* Security: EOM modules must now be loaded from the plugin directory.Olivier Bertrand2015-05-201-1/+2
* Json array index (position) was badly set for default array settingOlivier Bertrand2015-05-171-1/+1
* In BIN table date_format now imply by default field_format='C'.Olivier Bertrand2015-05-171-36/+32
* Get rid of GCC warnings about unused parametersOlivier Bertrand2015-05-091-8/+10
* - Fix bug on updating JSON expanded valuesOlivier Bertrand2015-05-011-3/+18
* - Fix Catalog JSON table crash when no JpathOlivier Bertrand2015-04-171-316/+193
* - Fix a bug that caused a crash when doing delete on a json table with wrong ...Olivier Bertrand2015-03-221-11/+5
* This commit includes changes done in a previous (deleted) branch plus new ones.Olivier Bertrand2015-03-181-13/+516
* - Implement random access to ODBC tablesOlivier Bertrand2015-02-281-0/+45
* - FIX assert failure when sorting JSON tablesOlivier Bertrand2015-02-251-4/+4
* - Fix MDEV-7616 by adding SQLCOM_SET_OPTION to the accepted command list.Olivier Bertrand2015-02-241-2/+2
* - Add new Json UDF's Json_Array_Add, Json_Array_Grp and Json_Object_Grp.Olivier Bertrand2015-02-221-1/+5
* - Work on JSON and JSON UDF'sOlivier Bertrand2015-02-191-2/+8
* - Adding json udf's. Making the second version of json tables.Olivier Bertrand2015-02-111-54/+102
* - Add the possibility to establish an ODBC connection via SQLConnect (theOlivier Bertrand2015-01-311-221/+221
* - Enhance JSON tables handling.Olivier Bertrand2015-01-301-208/+269
* - Fix correctly MDEV-7498. The problem was not in AllocateValue but inOlivier Bertrand2015-01-241-7/+1
* - This to fix MDEV-7498. All changes made to AllocateValue to be sure thatOlivier Bertrand2015-01-231-2/+9
* - Fix MDEV-7489 (in add_field)Olivier Bertrand2015-01-231-1/+1
* - Fix compile errors and warnings of LINUX G++Olivier Bertrand2015-01-201-22/+17
* - Adding the JSON table typeOlivier Bertrand2015-01-191-0/+1327