Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 10.5 into 10.6 | Marko Mäkelä | 2023-04-25 | 1 | -27/+27 |
|\ | |||||
| * | Merge branch '10.4' into 10.5 | Oleksandr Byelkin | 2023-04-24 | 1 | -27/+27 |
| |\ | |||||
| | * | Minimize unsafe C functions usage - replace strcat() and strcpy() | Mikhail Chalov | 2023-04-20 | 1 | -27/+27 |
* | | | Merge 10.5 into 10.6 | Marko Mäkelä | 2022-07-27 | 1 | -32/+32 |
|\ \ \ | |/ / | |||||
| * | | Merge 10.4 into 10.5 | Marko Mäkelä | 2022-07-27 | 1 | -32/+32 |
| |\ \ | | |/ | |||||
| | * | Merge branch '10.3' into 10.4 | Oleksandr Byelkin | 2022-07-27 | 1 | -32/+32 |
| | |\ | |||||
| | | * | Use memory safe snprintf() in Connect Engine | Mikhail Chalov | 2022-07-26 | 1 | -32/+32 |
* | | | | Merge branch '10.5' into 10.6 | Oleksandr Byelkin | 2022-02-03 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch '10.4' into 10.5 | Oleksandr Byelkin | 2022-02-01 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch '10.3' into 10.4 | Oleksandr Byelkin | 2022-01-30 | 1 | -1/+1 |
| | |\ \ | | | |/ | |||||
| | | * | MDEV-27612 Connect : check buffer sizes, fix string format errors | Vladislav Vaintroub | 2022-01-26 | 1 | -1/+1 |
* | | | | Merge branch '10.5' into 10.6 | Oleksandr Byelkin | 2021-08-02 | 1 | -46/+102 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch '10.4' into 10.5 | Oleksandr Byelkin | 2021-07-31 | 1 | -46/+102 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch '10.3' into 10.4 | Oleksandr Byelkin | 2021-07-31 | 1 | -46/+102 |
| | |\ \ | | | |/ | |||||
| | | * | - Make user variable prefix recognized by IsArgJson and IsJson | Olivier Bertrand | 2021-07-24 | 1 | -2/+3 |
| | | * | Fix clang compile error in tabjson and typo in tabbson.cpp | Olivier Bertrand | 2021-06-25 | 1 | -3/+3 |
| | | * | Fix clang compile error in tabjson.cpp and tabbson.cpp | Olivier Bertrand | 2021-06-25 | 1 | -1/+1 |
| | | * | Fix clang compile error in tabjson.cpp and tabbson.cpp | Olivier Bertrand | 2021-06-25 | 1 | -1/+1 |
| | | * | - Make function strz return null when LEX_STRING is null | Olivier Bertrand | 2021-06-24 | 1 | -24/+66 |
| | | * | - Mongo defined columns | Olivier Bertrand | 2021-05-24 | 1 | -2/+2 |
| | | * | - All this concern Json or Mongo tables based on MongoDB collections. | Olivier Bertrand | 2021-05-05 | 1 | -2/+1 |
| | | * | - Major update of the json/bson/mongo table types programs. | Olivier Bertrand | 2021-05-01 | 1 | -14/+27 |
* | | | | Merge 10.5 into 10.6 | Marko Mäkelä | 2021-05-26 | 1 | -1/+0 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fixed compiler warnings from CONNECT | Monty | 2021-05-23 | 1 | -3/+1 |
| |/ / | |||||
* | | | Merge 10.5 into 10.6 | Marko Mäkelä | 2021-05-07 | 1 | -19/+97 |
|\ \ \ | |/ / | |||||
| * | | Merge branch bb-10.3-release into bb-10.4-release | Nikita Malyavin | 2021-05-05 | 1 | -19/+97 |
| |\ \ | | |/ | |||||
| | * | - Copy Mongo2.jar and Mongo3.jar in plugin directory | Olivier Bertrand | 2021-04-05 | 1 | -6/+17 |
| | * | - Fix bug making REST table fail using CURL | Olivier Bertrand | 2021-03-16 | 1 | -11/+24 |
| | * | - Add new JPATH features | Olivier Bertrand | 2021-02-16 | 1 | -4/+58 |
* | | | Fix compiler warnings in connect engine | Monty | 2021-03-20 | 1 | -2/+0 |
|/ / | |||||
* | | Merge branch 'bb-10.3-release' into bb-10.4-release | Sergei Golubchik | 2021-02-12 | 1 | -244/+407 |
|\ \ | |/ | |||||
| * | Fix failed test bson and xml | Olivier Bertrand | 2021-02-02 | 1 | -1/+7 |
| * | Fix some Json and Bson bugs | Olivier Bertrand | 2021-01-20 | 1 | -2/+10 |
| * | - Add the new BSON temporary type for testing | Olivier Bertrand | 2021-01-08 | 1 | -22/+24 |
| * | - Fix pretty=2 Tabjson bug on INSERT. | Olivier Bertrand | 2020-12-15 | 1 | -1/+1 |
| * | - Fix json_bjson (s was erase by Json_Subset) | Olivier Bertrand | 2020-12-09 | 1 | -8/+0 |
| * | - Continue BSON implementation | Olivier Bertrand | 2020-12-08 | 1 | -0/+1 |
| * | - Fix memory leak for the JSON table type | Olivier Bertrand | 2020-12-01 | 1 | -4/+20 |
| * | Remove based enum not accepted by most gcc compilers | Olivier Bertrand | 2020-11-25 | 1 | -0/+2 |
| * | Fix some test failure | Olivier Bertrand | 2020-11-21 | 1 | -12/+12 |
| * | Fix some json discovery problems. Modified tabjson.cpp tabjson.h | Olivier Bertrand | 2020-11-19 | 1 | -6/+26 |
| * | Commit new source and all recent changes. | Olivier Bertrand | 2020-11-18 | 1 | -24/+25 |
| |\ | |||||
| * | | Re-fix compile error (overloaded-virtual) | Olivier Bertrand | 2020-11-07 | 1 | -37/+37 |
| * | | - Getting text of json items now includes all array members | Olivier Bertrand | 2020-11-07 | 1 | -7/+8 |
| * | | - Implementation of the Json BJSON representation. | Olivier Bertrand | 2020-11-03 | 1 | -175/+289 |
| |/ | |||||
* | | Merge 10.3 into 10.4 | Marko Mäkelä | 2020-10-29 | 1 | -41/+69 |
|\ \ | |/ | |||||
| * | - Inline MakePtr and MakeOff with OFFSET as size_t | Olivier Bertrand | 2020-10-18 | 1 | -26/+25 |
| * | Fix search for json subtable in tabjson.cpp | Olivier Bertrand | 2020-10-06 | 1 | -15/+33 |
| * | Fix compile error in tabjson.cpp (ULONG -> ulong) | Olivier Bertrand | 2020-10-05 | 1 | -17/+20 |
| * | - Use BIN type when charset='binary' | Olivier Bertrand | 2020-10-05 | 1 | -1/+12 |