summaryrefslogtreecommitdiff
path: root/storage/connect/json.cpp
Commit message (Expand)AuthorAgeFilesLines
* - Make user variable prefix recognized by IsArgJson and IsJsonOlivier Bertrand2021-07-241-2/+24
* - Fix MDEV-25863 : Replace __WIN__ by _WIN32Olivier Bertrand2021-06-081-1/+1
* - All this concern Json or Mongo tables based on MongoDB collections.Olivier Bertrand2021-05-051-2/+3
* - Major update of the json/bson/mongo table types programs.Olivier Bertrand2021-05-011-5/+22
* - Add new JPATH featuresOlivier Bertrand2021-02-161-1/+2
* - Fix bug causing bnx base wrong after CheckMemoryOlivier Bertrand2021-02-051-3/+13
* - Add the new BSON temporary type for testingOlivier Bertrand2021-01-081-37/+51
* - Fix json parser (void objects not recognized) modified: json.cppOlivier Bertrand2020-12-181-2/+2
* - Fix pretty=2 Tabjson bug on INSERT.Olivier Bertrand2020-12-151-2/+2
* Fix compile error. Modified json.cppOlivier Bertrand2020-11-201-1/+1
* Commit new source and all recent changes.Olivier Bertrand2020-11-181-139/+179
|\
* | Re-fix compile error (conversion-null) Modified json.cppOlivier Bertrand2020-11-081-1/+1
* | Re-fix compile error (sign-unsign) Modified filamtxt.cppOlivier Bertrand2020-11-071-1/+1
* | Re-fix compile error (overloaded-virtual)Olivier Bertrand2020-11-071-15/+27
* | - Getting text of json items now includes all array membersOlivier Bertrand2020-11-071-63/+86
* | Try to fix failing testsOlivier Bertrand2020-11-051-8/+16
* | Try to fix failing testsOlivier Bertrand2020-11-051-9/+8
* | Try to fix failing testsOlivier Bertrand2020-11-051-3/+4
* | Fix crash on Json date columnsOlivier Bertrand2020-11-041-1/+11
* | Fix compile error on LINUX (no suitable operator delete)Olivier Bertrand2020-11-041-3/+3
* | - Implementation of the Json BJSON representation.Olivier Bertrand2020-11-031-665/+1053
|/
* - Inline MakePtr and MakeOff with OFFSET as size_tOlivier Bertrand2020-10-181-94/+70
* - Make possible to allocate work space larger than 4GBOlivier Bertrand2020-10-011-1/+1
* - Remove warning on not used tabtyp variable in connect_assisted_discoveryOlivier Bertrand2018-02-251-1/+34
* - Use delayed load for the MongoDB C Drive on WindowsOlivier Bertrand2018-01-301-3/+3
* - Fix bug returning pointer to a stack stringOlivier Bertrand2017-08-071-3/+13
* -- Finalize work on MongoDB accessOlivier Bertrand2017-07-181-15/+79
* Fix gcc compiler warnings reported by SergeiOlivier Bertrand2017-05-231-184/+202
* Update version number and dateOlivier Bertrand2017-03-021-15/+65
* - Fix MDEV-10496. Memory leak in discoveryOlivier Bertrand2016-09-051-3/+3
* - Fix MDEV-9322.Olivier Bertrand2015-12-271-2/+2
* - Serialize: Protect again eventual longjmp's.Olivier Bertrand2015-12-081-8/+20
* Commit updating CONNECT from the 10.1 versionOlivier Bertrand2015-12-041-93/+282
* Change all preprocessor compiler directives to use __WIN__ as the mean ofOlivier Bertrand2015-05-271-1/+1
* 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
* - Fix compile errors and warnings of LINUX G++Olivier Bertrand2015-01-201-48/+48
* - Adding the JSON table typeOlivier Bertrand2015-01-191-0/+1055