summaryrefslogtreecommitdiff
path: root/storage/connect/tabjson.h
Commit message (Expand)AuthorAgeFilesLines
* Apply clang-tidy to remove empty constructors / destructorsVicențiu Ciorbaru2023-02-091-1/+1
* Fix clang compile error in tabjson and typo in tabbson.cppOlivier Bertrand2021-06-251-1/+1
* - Major update of the json/bson/mongo table types programs.Olivier Bertrand2021-05-011-1/+3
* - Fix bug making REST table fail using CURLOlivier Bertrand2021-03-161-2/+3
* - Add new JPATH featuresOlivier Bertrand2021-02-161-2/+3
* Fix some Json and Bson bugsOlivier Bertrand2021-01-201-2/+4
* - Fix memory leak for the JSON table typeOlivier Bertrand2020-12-011-0/+2
* Fix some test failureOlivier Bertrand2020-11-211-1/+1
* Fix some json discovery problems. Modified tabjson.cpp tabjson.hOlivier Bertrand2020-11-191-1/+1
* Commit new source and all recent changes.Olivier Bertrand2020-11-181-1/+1
|\
* | Fix compile error (overloaded-virtual)Olivier Bertrand2020-11-071-1/+1
* | - Getting text of json items now includes all array membersOlivier Bertrand2020-11-071-2/+2
* | - Implementation of the Json BJSON representation.Olivier Bertrand2020-11-031-4/+8
|/
* - Inline MakePtr and MakeOff with OFFSET as size_tOlivier Bertrand2020-10-181-2/+2
* - Fix MDEV-22561 Unable to access DBF inside a ZIP archiveOlivier Bertrand2020-07-131-1/+0
* Squashed commit of connect/10.0:Olivier Bertrand2019-01-251-4/+4
* Squashed commit of connect/10.0:Olivier Bertrand2018-10-281-0/+1
* Squashed commit of connect/10.0:Sergei Golubchik2018-04-261-1/+43
* Squashed commit of the following:Vicențiu Ciorbaru2017-10-261-16/+6
* Merge connect/10.0 into 10.0Vicențiu Ciorbaru2017-09-191-8/+46
* Fix failing test connect.json for MariaDB 10.0Olivier Bertrand2017-05-121-2/+1
* Fix wrong value of JSON columnOlivier Bertrand2017-05-111-26/+32
* All changes made on 10.1Olivier Bertrand2017-02-161-2/+2
* - MDEV-11295: developing handling files contained in ZIP file.Olivier Bertrand2016-12-121-1/+2
* - Serialize: Protect again eventual longjmp's.Olivier Bertrand2015-12-081-22/+27
* JSONColumns and XMLColumns revisited. They can retrieve their parameters dire...Olivier Bertrand2015-05-261-9/+3
* In BIN table date_format now imply by default field_format='C'.Olivier Bertrand2015-05-171-2/+4
* Get rid of GCC warnings about unused parametersOlivier Bertrand2015-05-091-1/+1
* - Fix bug on updating JSON expanded valuesOlivier Bertrand2015-05-011-1/+2
* - Fix Catalog JSON table crash when no JpathOlivier Bertrand2015-04-171-16/+24
* This commit includes changes done in a previous (deleted) branch plus new ones.Olivier Bertrand2015-03-181-1/+25
* - Implement random access to ODBC tablesOlivier Bertrand2015-02-281-3/+2
* - FIX assert failure when sorting JSON tablesOlivier Bertrand2015-02-251-1/+4
* - Adding json udf's. Making the second version of json tables.Olivier Bertrand2015-02-111-6/+4
* - Enhance JSON tables handling.Olivier Bertrand2015-01-301-8/+12
* - Begin eliminating on Linux OverloadedVirtual warnings.Olivier Bertrand2015-01-271-1/+1
* - Adding the JSON table typeOlivier Bertrand2015-01-191-0/+197