summaryrefslogtreecommitdiff
path: root/storage/connect/odbconn.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.4 into 10.5Marko Mäkelä2022-11-091-1/+1
|\
| * MDEV-29397 CONNECT engine: Fix note turning into error (#2325)Andrew Hutchings2022-11-081-1/+1
* | Merge 10.4 into 10.5Marko Mäkelä2022-10-251-0/+6
|\ \ | |/
| * MDEV-29687:ODBC tables do not quote identifier names correctly (#2295)Anel2022-10-211-0/+6
* | Merge 10.4 into 10.5Marko Mäkelä2022-07-271-15/+15
|\ \ | |/
| * Use memory safe snprintf() in Connect EngineMikhail Chalov2022-07-261-15/+15
* | Merge branch '10.4' into 10.5Oleksandr Byelkin2022-02-011-7/+13
|\ \ | |/
| * Fix MDEV-27055 (regression of MDEV-24493)Olivier Bertrand2021-11-261-7/+13
* | Merge branch '10.4' into 10.5Oleksandr Byelkin2021-10-291-5/+4
|\ \ | |/
| * Fix MDEV-24493Olivier Bertrand2021-10-151-5/+4
* | Merge branch '10.4' into 10.5Oleksandr Byelkin2021-07-311-8/+8
|\ \ | |/
| * - Fix MDEV-25863 : Replace __WIN__ by _WIN32Olivier Bertrand2021-06-081-8/+8
* | Remove some redundant code flagged by clang or GCCMarko Mäkelä2020-03-051-1/+0
* | Merge 10.4 into 10.5Marko Mäkelä2019-08-131-1/+1
|\ \ | |/
| * imporve clang buildEugene Kosov2019-06-251-1/+1
* | Fix compiler warnings GCC8Noel Kuntze2019-07-301-4/+2
|/
* Squashed commit of connect/10.0:Olivier Bertrand2018-10-281-5/+5
* Squashed commit of connect/10.0:Sergei Golubchik2018-04-261-46/+57
* Merge connect/10.0 into 10.0Vicențiu Ciorbaru2017-09-191-1/+32
* Fix wrong value of JSON columnOlivier Bertrand2017-05-111-68/+47
* Fix MDEV-12142 crash when creating CSV tableOlivier Bertrand2017-03-061-16/+31
* All changes made on 10.1Olivier Bertrand2017-02-161-3/+11
* - JdbcInterface: change return type of ...Field functionOlivier Bertrand2016-08-101-3/+8
* All changes made on 10.1 for last 11 commitsOlivier Bertrand2016-07-141-3/+3
* Add forgotten changes made on 10.1Olivier Bertrand2016-05-121-1/+1
* - Fix MDEV-9603 compiler error.Olivier Bertrand2016-03-161-3/+6
* - Fix to MDEV-9542 Connect was not handling NULLs in the answerOlivier Bertrand2016-02-151-12/+36
* - Change SQL_NTS to 0 when the string is NULLOlivier Bertrand2016-01-251-2/+2
* Fix crash when SetValue_char is called with a negative length value.Olivier Bertrand2015-08-141-2/+4
* Add unicode ODBC types to the types recognized by CONNECT.Olivier Bertrand2015-05-301-3/+11
* Change all preprocessor compiler directives to use __WIN__ as the mean ofOlivier Bertrand2015-05-271-8/+8
* This commit includes changes done in a previous (deleted) branch plus new ones.Olivier Bertrand2015-03-181-7/+4
* - Implement random access to ODBC tablesOlivier Bertrand2015-02-281-37/+36
* - Handle the use of date/time values when making queries for MYSQL orOlivier Bertrand2015-02-081-0/+2
* - Modify the connect_type_conv and connect_conv_size variables.Olivier Bertrand2015-02-071-1/+3
* - Add or correct some tracing codeOlivier Bertrand2015-02-021-1/+1
* - Fix a bug causing UseCnc not being initialized for ODBC catalog tables.Olivier Bertrand2015-02-011-8/+1
* - Add the possibility to establish an ODBC connection via SQLConnect (theOlivier Bertrand2015-01-311-19/+49
* - Add ConnectTimout and QueryTimout options for ODBC tables. ShouldOlivier Bertrand2015-01-131-8/+17
* - Typo to eliminate some GCC warningsOlivier Bertrand2015-01-061-1/+1
* - Temporary fix for MDEV-7304.Olivier Bertrand2014-12-141-4/+18
* - Enhance the implementation of ODBC tables when using scrollable cursorOlivier Bertrand2014-11-241-10/+12
* - Remove gcc warning (variable n is set and not used)Olivier Bertrand2014-11-201-4/+2
* - Implement putting in memory the result set from an ODBC query.Olivier Bertrand2014-11-201-8/+104
* - Implement the NEWMSG and XMSG methodsOlivier Bertrand2014-11-151-23/+61
* 1) Handling string memory allocation with a new STRING class. This is onlyOlivier Bertrand2014-10-211-2/+0
* - Fix gcc error and warningsOlivier Bertrand2014-05-061-1/+1
* - Do not throw an error on empty ODBC CATFUNC (MDEV-5455)Olivier Bertrand2014-04-251-0/+10
* Merge 10.0 -> 10.0-connectAlexander Barkov2014-04-211-4/+5
|\
| * compilation error in CONNECT with ODBCSergei Golubchik2014-02-271-1/+2
|/