summaryrefslogtreecommitdiff
path: root/storage/connect/odbconn.cpp
Commit message (Expand)AuthorAgeFilesLines
* - Re-trying to fix Linux compile on DWORD.Olivier Bertrand2017-08-091-0/+8
* - Add FBLOCK when opening ODBC, JSON and MONGO tables.Olivier Bertrand2017-08-051-1/+23
* Fix gcc compiler warnings reported by SergeiOlivier Bertrand2017-05-231-60/+55
* 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
|/
* - Fix bug MDEV-5486 (fail to create or drop a table dbn.tbn when no default d...Olivier Bertrand2013-12-311-2/+1
* - Add the DECIMAL data type (TYPE_DECIM)Olivier Bertrand2013-12-281-34/+37
* - Fix MDEV-5340Olivier Bertrand2013-12-201-1/+1
* - Add extra column info in discoveryOlivier Bertrand2013-12-191-5/+5
* - Fix logical error in STRBLK::SetValueOlivier Bertrand2013-12-161-1/+3
* - Fix MDEV-5393 and MDEV-5434. It is a major update of ODBC catalog tablesOlivier Bertrand2013-12-161-206/+255
* - Add longjmp initialization in PlgAllocResultOlivier Bertrand2013-12-111-1/+1
* MDEV-5341 ConnectSE: discovery for ODBC tables does not work if tablesAlexander Barkov2013-12-111-6/+96
* - Raise the limit on returned lines for table ODBC catalog tablesOlivier Bertrand2013-12-061-3/+3
* MDEV-5343 ConnectSE: ODBC: CATFUNC=Tables and CATFUNC=Columns crash whenAlexander Barkov2013-12-051-2/+2
* - Suppress eventual prompting when connecting to an ODBC sourceOlivier Bertrand2013-12-051-3/+3
* - Fix gcc compilation warningsOlivier Bertrand2013-11-261-3/+3
* - Fix good recognition of MYSQL table column types.Olivier Bertrand2013-11-221-0/+2
* - Modify the way UPDATE and DELETE statements are sent to ODBCOlivier Bertrand2013-11-131-1/+1
* - Add (limited) support for UPDATE and DELETE to ODBC tablesOlivier Bertrand2013-11-111-10/+4
* - Move all enum AMT definitions in one place (plgdbsem.h)Olivier Bertrand2013-11-061-24/+126
* - Fix some GCC compiler eroors and warningsOlivier Bertrand2013-10-271-1/+1
* - Add new features to ODBC table typeOlivier Bertrand2013-10-261-5/+32