summaryrefslogtreecommitdiff
path: root/storage/connect/odbconn.h
Commit message (Expand)AuthorAgeFilesLines
* - Fix MDEV-25863 : Replace __WIN__ by _WIN32Olivier Bertrand2021-06-081-2/+2
* Fix Linux compile error by #define NODW. Modified: plgdbutl.cpp; typo Modifie...Olivier Bertrand2017-08-061-1/+1
* - Add FBLOCK when opening ODBC, JSON and MONGO tables.Olivier Bertrand2017-08-051-3/+4
* Fix gcc compiler warnings reported by SergeiOlivier Bertrand2017-05-231-16/+16
* All changes made on 10.1 for last 11 commitsOlivier Bertrand2016-07-141-1/+1
* Change all preprocessor compiler directives to use __WIN__ as the mean ofOlivier Bertrand2015-05-271-2/+2
* - Implement random access to ODBC tablesOlivier Bertrand2015-02-281-2/+2
* - Add the possibility to establish an ODBC connection via SQLConnect (theOlivier Bertrand2015-01-311-5/+11
* - Add ConnectTimout and QueryTimout options for ODBC tables. ShouldOlivier Bertrand2015-01-131-4/+0
* - Temporary fix for MDEV-7304.Olivier Bertrand2014-12-141-1/+2
* - Enhance the implementation of ODBC tables when using scrollable cursorOlivier Bertrand2014-11-241-1/+1
* - Implement putting in memory the result set from an ODBC query.Olivier Bertrand2014-11-201-1/+4
* - Implement the NEWMSG and XMSG methodsOlivier Bertrand2014-11-151-1/+3
* - Fix MDEV-5393 and MDEV-5434. It is a major update of ODBC catalog tablesOlivier Bertrand2013-12-161-3/+4
* - Add (limited) support for UPDATE and DELETE to ODBC tablesOlivier Bertrand2013-11-111-2/+2
* - Move all enum AMT definitions in one place (plgdbsem.h)Olivier Bertrand2013-11-061-1/+2
* - Fix some GCC compiler eroors and warningsOlivier Bertrand2013-10-271-1/+1
* - Add new features to ODBC table typeOlivier Bertrand2013-10-261-1/+1
* - Fix bug when closing some table typesOlivier Bertrand2013-10-111-3/+5
* Modification of the ODBConn class to change m_henv member fromOlivier Bertrand2013-02-181-2/+3
* Modification of the DBX class to have more informationOlivier Bertrand2013-02-171-3/+6
* Fixing compilation problems on Unix:Alexander Barkov2013-02-111-8/+0
* Put almost all function prototypes in header files that areOlivier Bertrand2013-02-091-0/+9
* Fixing a warning:Alexander Barkov2013-02-071-3/+2
* - Fixing TAB to 2 spacesAlexander Barkov2013-02-071-185/+185
* Make possible to get ODBC DataSources name and description by:Olivier Bertrand2013-02-051-0/+1
* Adding the CONNECT storage engine sources.Alexander Barkov2013-01-181-0/+184