summaryrefslogtreecommitdiff
path: root/storage/connect/tabjson.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bb-10.3-release' into bb-10.4-releaseSergei Golubchik2021-02-121-244/+407
|\
| * Fix failed test bson and xmlOlivier Bertrand2021-02-021-1/+7
| * Fix some Json and Bson bugsOlivier Bertrand2021-01-201-2/+10
| * - Add the new BSON temporary type for testingOlivier Bertrand2021-01-081-22/+24
| * - Fix pretty=2 Tabjson bug on INSERT.Olivier Bertrand2020-12-151-1/+1
| * - Fix json_bjson (s was erase by Json_Subset)Olivier Bertrand2020-12-091-8/+0
| * - Continue BSON implementationOlivier Bertrand2020-12-081-0/+1
| * - Fix memory leak for the JSON table typeOlivier Bertrand2020-12-011-4/+20
| * Remove based enum not accepted by most gcc compilersOlivier Bertrand2020-11-251-0/+2
| * Fix some test failureOlivier Bertrand2020-11-211-12/+12
| * Fix some json discovery problems. Modified tabjson.cpp tabjson.hOlivier Bertrand2020-11-191-6/+26
| * Commit new source and all recent changes.Olivier Bertrand2020-11-181-24/+25
| |\
| * | Re-fix compile error (overloaded-virtual)Olivier Bertrand2020-11-071-37/+37
| * | - Getting text of json items now includes all array membersOlivier Bertrand2020-11-071-7/+8
| * | - Implementation of the Json BJSON representation.Olivier Bertrand2020-11-031-175/+289
| |/
* | Merge 10.3 into 10.4Marko Mäkelä2020-10-291-41/+69
|\ \ | |/
| * - Inline MakePtr and MakeOff with OFFSET as size_tOlivier Bertrand2020-10-181-26/+25
| * Fix search for json subtable in tabjson.cppOlivier Bertrand2020-10-061-15/+33
| * Fix compile error in tabjson.cpp (ULONG -> ulong)Olivier Bertrand2020-10-051-17/+20
| * - Use BIN type when charset='binary'Olivier Bertrand2020-10-051-1/+12
| * - Make possible to allocate work space larger than 4GBOlivier Bertrand2020-10-011-2/+2
* | Merge branch '10.3' into 10.4Oleksandr Byelkin2020-08-031-0/+1
|\ \ | |/
| * - Fix MDEV-22561 Unable to access DBF inside a ZIP archiveOlivier Bertrand2020-07-131-0/+1
* | Fixed compiler warnings from gcc 7.4.1Monty2020-01-291-5/+8
|/
* - Fix MDEV-13782Olivier Bertrand2019-11-261-17/+27
* In CONNECT version 1.6.10 NOSQL facility is enhanced by a new way to retrieve...Olivier Bertrand2019-08-171-963/+966
* In CONNECT version 1.6.10 NOSQL facility is enhanced by a new way to retrieve...Olivier Bertrand2019-07-301-1/+1
* - Fix MDEV-18192: CONNECT Engine JDBC not able to issueOlivier Bertrand2019-01-251-4/+4
* - Fix a few bug mainly concerning discovery and call from OEMOlivier Bertrand2019-01-011-15/+27
* - Make PlugSubAlloc to be exportableOlivier Bertrand2018-12-011-5/+5
* - Fix MDEV-15735 CONNECT [filamtxt.cpp:429]: Suspicious conditionOlivier Bertrand2018-05-071-7/+7
* - Remove warning on not used tabtyp variable in connect_assisted_discoveryOlivier Bertrand2018-02-251-2/+2
* - Fix a bug causing CONNECT to loop when expanding a JSON columnOlivier Bertrand2018-02-121-266/+321
* - Use delayed load for the MongoDB C Drive on WindowsOlivier Bertrand2018-01-301-6/+6
* - Fix a bug in TYPVAL<PSZ> compute causing it sometime not to be executedOlivier Bertrand2017-10-161-6/+5
* - Make another temporary fix for the compiler bug in CalculateArrayOlivier Bertrand2017-10-161-6/+17
* - Update version numberOlivier Bertrand2017-10-151-35/+31
* - Update version numberOlivier Bertrand2017-09-041-3/+4
* - Set MONGO_ENABLEDOlivier Bertrand2017-08-311-1/+1
* - Fix gcc compile error: crosses initialization of ‘const char* drv’Olivier Bertrand2017-08-091-5/+7
* - Fix MDEV-13463 unescape table name during detection of table structureOlivier Bertrand2017-08-081-2/+0
* - Fix bug returning pointer to a stack stringOlivier Bertrand2017-08-071-7/+3
* - Add a define making ha_connect.cc source unique for all MariaDB version.Olivier Bertrand2017-08-061-3/+5
* - Add FBLOCK when opening ODBC, JSON and MONGO tables.Olivier Bertrand2017-08-051-29/+59
* wrapname hidden when no JDBC support, modified: storage/connect/tabjson.cppOlivier Bertrand2017-07-281-0/+2
* -- Fix warnings from the new GCC 7Olivier Bertrand2017-07-191-0/+2
* -- Finalize work on MongoDB accessOlivier Bertrand2017-07-181-23/+13
* - Add Support of the MongoDB Java Driver.Olivier Bertrand2017-07-021-54/+106
* Add table option FILTER used by Mongo and Json tables.Olivier Bertrand2017-05-291-2/+3
* Fix bug: Discovery of JSON table fails in DEBUG modeOlivier Bertrand2017-05-231-3/+1