summaryrefslogtreecommitdiff
path: root/storage/connect/tabodbc.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.4 into 10.5Oleksandr Byelkin2019-11-071-2/+4
|\
| * Some small changes.Olivier Bertrand2019-10-161-2/+4
* | Fix compiler warnings GCC8Noel Kuntze2019-07-301-14/+10
|/
* - Make PlugSubAlloc to be exportableOlivier Bertrand2018-12-011-158/+159
* - Implement the CHECK TABLE statement and accept REPAIR and ANALYZEOlivier Bertrand2018-10-141-5/+8
* - Remove warning on not used tabtyp variable in connect_assisted_discoveryOlivier Bertrand2018-02-251-1/+1
* - Use delayed load for the MongoDB C Drive on WindowsOlivier Bertrand2018-01-301-9/+9
* Fix gcc compiler warnings reported by SergeiOlivier Bertrand2017-05-231-443/+30
* All changes made on 10.1Olivier Bertrand2017-02-161-158/+163
* - JdbcInterface: change return type of ...Field functionOlivier Bertrand2016-08-101-6/+12
* All changes made on 10.1 for last 11 commitsOlivier Bertrand2016-07-141-7/+22
* Merge branch '10.0' of https://github.com/MariaDB/server into 10.0Olivier Bertrand2016-05-221-1/+1
|\
| * Merge branch 'connect/10.0' into 10.0Sergei Golubchik2016-04-261-11/+13
| |\
| * | Fix spelling: occurred, execute, which etcOtto Kekäläinen2016-03-041-1/+1
* | | Add forgotten changes made on 10.1Olivier Bertrand2016-05-121-4/+4
| |/ |/|
* | - Fix to MDEV-9579 be testing for void result.Olivier Bertrand2016-02-201-11/+13
|/
* Commit updating CONNECT from the 10.1 versionOlivier Bertrand2015-12-041-169/+257
* Fix MDEV-8882Olivier Bertrand2015-10-211-3/+14
* Fix MDEV-8561 removing a wrong patchOlivier Bertrand2015-07-301-3/+4
* Fix handling of NULL values when reading from tables.Olivier Bertrand2015-06-021-1/+5
* Change all preprocessor compiler directives to use __WIN__ as the mean ofOlivier Bertrand2015-05-271-1/+1
* - Implement random access to ODBC tablesOlivier Bertrand2015-02-281-23/+106
* - Add new Json UDF's Json_Array_Add, Json_Array_Grp and Json_Object_Grp.Olivier Bertrand2015-02-221-4/+4
* - Handle the use of date/time values when making queries for MYSQL orOlivier Bertrand2015-02-081-7/+24
* - Add or correct some tracing codeOlivier Bertrand2015-02-021-0/+3
* - Fix a bug causing Insert into ODBC to fail when the column name isOlivier Bertrand2015-02-021-4/+7
* - Fix a bug causing UseCnc not being initialized for ODBC catalog tables.Olivier Bertrand2015-02-011-0/+1
* - Add the possibility to establish an ODBC connection via SQLConnect (theOlivier Bertrand2015-01-311-25/+29
* - Add ConnectTimout and QueryTimout options for ODBC tables. ShouldOlivier Bertrand2015-01-131-9/+26
* - Temporary fix for MDEV-7304.Olivier Bertrand2014-12-141-3/+3
* - Enhance the implementation of ODBC tables when using scrollable cursorOlivier Bertrand2014-11-241-5/+3
* - Implement putting in memory the result set from an ODBC query.Olivier Bertrand2014-11-201-19/+71
* - Implement the NEWMSG and XMSG methodsOlivier Bertrand2014-11-151-1/+15
* 1) Handling string memory allocation with a new STRING class. This is onlyOlivier Bertrand2014-10-211-4/+6
* - Remove one gcc warningOlivier Bertrand2014-10-121-1/+2
* - Add a new CONNECT global variable allowing to tell whether or notOlivier Bertrand2014-08-221-3/+4
* This is a major update that fixes most of the issues and bugs thatOlivier Bertrand2014-08-071-1/+2
* This commit brings many changes, in particular two important ones:Olivier Bertrand2014-07-171-31/+57
* Merge 10.0 -> 10.0-connectAlexander Barkov2014-04-211-1/+1
|\
* | - Implement "remote" index (similar to FEDERATED ones) for MYSQL tables.Olivier Bertrand2014-04-191-2/+2
* | - In info, the file length sometimes could not be caculated because theOlivier Bertrand2014-04-141-15/+15
|/
* - FIX PIVOT bug MDEV-5869 caused by using fop (field option ptr) when NULL.Olivier Bertrand2014-03-181-1/+1
* - NOTE: an experimental implementation of MRR was done but not keptOlivier Bertrand2014-03-101-7/+7
* - Add the DECIMAL data type (TYPE_DECIM)Olivier Bertrand2013-12-281-45/+72
* - Fix MDEV-5393 and MDEV-5434. It is a major update of ODBC catalog tablesOlivier Bertrand2013-12-161-19/+22
* - Raise the limit on returned lines for table ODBC catalog tablesOlivier Bertrand2013-12-061-1/+1
* - Fix gcc compilation warningsOlivier Bertrand2013-11-261-1/+1
* - Modify the way UPDATE and DELETE statements are sent to ODBCOlivier Bertrand2013-11-131-4/+58
* - Add (limited) UPDATE/DELETE support to MYSQL type CONNECT tablesOlivier Bertrand2013-11-111-1/+1
* - Add (limited) support for UPDATE and DELETE to ODBC tablesOlivier Bertrand2013-11-111-63/+123