summaryrefslogtreecommitdiff
path: root/storage/connect/tabodbc.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fixing numerous "variable is set but never used" warnings.Alexander Barkov2013-07-081-3/+3
* Connect: fixing non thread-safe code.Alexander Barkov2013-05-231-1/+1
* Fixing compiler warnings ("no previous declaration for ...")Alexander Barkov2013-05-131-1/+0
* - Add a new table option SEPINDEX (not used yet) and remove an unusedOlivier Bertrand2013-03-251-8/+8
* - Rewriting the VALUE classes as template classesOlivier Bertrand2013-02-271-1/+1
* - Add support to NULL values. This concern the MYSQLOlivier Bertrand2013-02-241-1/+5
* Put trace in ODBC source filesOlivier Bertrand2013-02-151-14/+13
* Fix a typo that caused CONNECT to crash on ODBC catalog tablesOlivier Bertrand2013-02-141-1/+1
* All use of a character to represent table types orOlivier Bertrand2013-02-121-6/+7
* Fixing compilation problems on Unix:Alexander Barkov2013-02-111-0/+1
* Bug fixed: Column charset were not handled on read.Olivier Bertrand2013-02-111-230/+22
* Put almost all function prototypes in header files that areOlivier Bertrand2013-02-091-22/+73
* 1) Fix bug on strange sprintfOlivier Bertrand2013-02-081-3/+1
* 1) Fix bug on strange sprintfOlivier Bertrand2013-02-081-1112/+1114
|\
| * - Fixing TAB to 2 spacesAlexander Barkov2013-02-071-1079/+1079
* | 1) Fix bug on strange sprintfOlivier Bertrand2013-02-081-43/+76
|/
* Make possible to get ODBC DataSources name and description by:Olivier Bertrand2013-02-051-8/+203
* Removing iconv dependency.Alexander Barkov2013-02-041-28/+19
* Adding an option to switch off ICONV support:Alexander Barkov2013-02-011-7/+7
* Compilation failed on Debian 32-bit.Alexander Barkov2013-01-291-1/+1
* Adding the CONNECT storage engine sources.Alexander Barkov2013-01-181-0/+893