summaryrefslogtreecommitdiff
path: root/storage/connect/json.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.8' into 10.9Oleksandr Byelkin2023-01-311-4/+4
|\
| * Merge branch '10.4' into 10.5Oleksandr Byelkin2023-01-271-4/+4
| |\
| | * Merge branch '10.3' into 10.4Oleksandr Byelkin2023-01-261-4/+4
| | |\
| | | * Minimize unsafe C functions usage - replace strcat() and strcpy() (and strnca...Mikhail Chalov2023-01-201-4/+4
* | | | Merge branch '10.8' into 10.9Oleksandr Byelkin2022-10-041-3/+3
|\ \ \ \ | |/ / /
| * | | Merge branch '10.4' into 10.5Sergei Golubchik2022-10-021-3/+3
| |\ \ \ | | |/ /
| | * | Merge branch '10.3' into 10.4Sergei Golubchik2022-10-011-3/+3
| | |\ \ | | | |/
| | | * Use memory safe snprintf() in Connect Engine and elsewhere (#2210)Mikhail Chalov2022-09-281-3/+3
* | | | Merge 10.8 into 10.9Marko Mäkelä2022-07-281-13/+13
|\ \ \ \ | |/ / /
| * | | Merge 10.4 into 10.5Marko Mäkelä2022-07-271-13/+13
| |\ \ \ | | |/ /
| | * | Merge branch '10.3' into 10.4Oleksandr Byelkin2022-07-271-13/+13
| | |\ \ | | | |/
| | | * Use memory safe snprintf() in Connect EngineMikhail Chalov2022-07-261-13/+13
| * | | Fixed compiler warnings in CONNECTMonty2021-09-151-1/+4
| |/ /
* | | MDEV-27142 - fix Connect engine reliance on textmode stdio on Windows...Vladislav Vaintroub2022-07-181-4/+2
* | | Merge branch '10.5' into 10.6Oleksandr Byelkin2021-08-021-10/+50
|\ \ \ | |/ /
| * | Merge branch '10.3' into 10.4Oleksandr Byelkin2021-07-311-10/+50
| |\ \ | | |/
| | * - 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
* | | Merge 10.5 into 10.6Marko Mäkelä2021-05-071-4/+15
|\ \ \ | |/ /
| * | Merge branch bb-10.3-release into bb-10.4-releaseNikita Malyavin2021-05-051-4/+15
| |\ \ | | |/
| | * - Add new JPATH featuresOlivier Bertrand2021-02-161-1/+2
| | * - Fix bug causing bnx base wrong after CheckMemoryOlivier Bertrand2021-02-051-3/+13
* | | Fix compiler warnings in connect engineMonty2021-03-201-1/+4
|/ /
* | Merge branch 'bb-10.3-release' into bb-10.4-releaseSergei Golubchik2021-02-121-704/+1199
|\ \ | |/
| * - 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
| |/
* | Merge 10.3 into 10.4Marko Mäkelä2020-10-291-94/+70
|\ \ | |/
| * - 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
* | Fixed compiler warnings from gcc 7.4.1Monty2020-01-291-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