summaryrefslogtreecommitdiff
path: root/storage/connect/tabodbc.h
Commit message (Expand)AuthorAgeFilesLines
* Fix gcc compiler warnings reported by SergeiOlivier Bertrand2017-05-231-60/+11
* All changes made on 10.1Olivier Bertrand2017-02-161-86/+47
* All changes made on 10.1 for last 11 commitsOlivier Bertrand2016-07-141-5/+10
* Commit updating CONNECT from the 10.1 versionOlivier Bertrand2015-12-041-8/+8
* - Implement random access to ODBC tablesOlivier Bertrand2015-02-281-1/+4
* - Add the possibility to establish an ODBC connection via SQLConnect (theOlivier Bertrand2015-01-311-2/+8
* - Add ConnectTimout and QueryTimout options for ODBC tables. ShouldOlivier Bertrand2015-01-131-2/+9
* - Temporary fix for MDEV-7304.Olivier Bertrand2014-12-141-2/+2
* - Implement putting in memory the result set from an ODBC query.Olivier Bertrand2014-11-201-0/+5
* - Implement the NEWMSG and XMSG methodsOlivier Bertrand2014-11-151-0/+2
* This is a major update that fixes most of the issues and bugs thatOlivier Bertrand2014-08-071-1/+1
* This commit brings many changes, in particular two important ones:Olivier Bertrand2014-07-171-1/+2
* - Implement "remote" index (similar to FEDERATED ones) for MYSQL tables.Olivier Bertrand2014-04-191-0/+3
* - NOTE: an experimental implementation of MRR was done but not keptOlivier Bertrand2014-03-101-1/+0
* - Add the DECIMAL data type (TYPE_DECIM)Olivier Bertrand2013-12-281-6/+9
* - Fix MDEV-5393 and MDEV-5434. It is a major update of ODBC catalog tablesOlivier Bertrand2013-12-161-11/+17
* - Modify the way UPDATE and DELETE statements are sent to ODBCOlivier Bertrand2013-11-131-2/+3
* - Add (limited) support for UPDATE and DELETE to ODBC tablesOlivier Bertrand2013-11-111-4/+7
* - BUG fixed: When updating, to avoid skipped update, force the tableOlivier Bertrand2013-11-091-3/+4
* - Move all enum AMT definitions in one place (plgdbsem.h)Olivier Bertrand2013-11-061-5/+9
* - Fix bug when closing some table typesOlivier Bertrand2013-10-111-8/+85
* - Implement the SERVID special columns. This imply modifying the wayOlivier Bertrand2013-08-091-1/+2
* Bug fixed: Column charset were not handled on read.Olivier Bertrand2013-02-111-83/+18
* Put almost all function prototypes in header files that areOlivier Bertrand2013-02-091-4/+35
* 1) Fix bug on strange sprintfOlivier Bertrand2013-02-081-260/+259
|\
| * - Fixing TAB to 2 spacesAlexander Barkov2013-02-071-225/+225
* | 1) Fix bug on strange sprintfOlivier Bertrand2013-02-081-7/+42
|/
* Make possible to get ODBC DataSources name and description by:Olivier Bertrand2013-02-051-4/+67
* Removing iconv dependency.Alexander Barkov2013-02-041-9/+1
* Adding an option to switch off ICONV support:Alexander Barkov2013-02-011-5/+5
* Adding the CONNECT storage engine sources.Alexander Barkov2013-01-181-0/+170