| Commit message (Expand) | Author | Age | Files | Lines |
* | imporve clang build | Eugene Kosov | 2019-06-25 | 1 | -1/+1 |
* | Squashed commit of connect/10.0: | Olivier Bertrand | 2018-10-28 | 1 | -5/+5 |
* | Squashed commit of connect/10.0: | Sergei Golubchik | 2018-04-26 | 1 | -46/+57 |
* | Merge connect/10.0 into 10.0 | Vicențiu Ciorbaru | 2017-09-19 | 1 | -1/+32 |
* | Fix wrong value of JSON column | Olivier Bertrand | 2017-05-11 | 1 | -68/+47 |
* | Fix MDEV-12142 crash when creating CSV table | Olivier Bertrand | 2017-03-06 | 1 | -16/+31 |
* | All changes made on 10.1 | Olivier Bertrand | 2017-02-16 | 1 | -3/+11 |
* | - JdbcInterface: change return type of ...Field function | Olivier Bertrand | 2016-08-10 | 1 | -3/+8 |
* | All changes made on 10.1 for last 11 commits | Olivier Bertrand | 2016-07-14 | 1 | -3/+3 |
* | Add forgotten changes made on 10.1 | Olivier Bertrand | 2016-05-12 | 1 | -1/+1 |
* | - Fix MDEV-9603 compiler error. | Olivier Bertrand | 2016-03-16 | 1 | -3/+6 |
* | - Fix to MDEV-9542 Connect was not handling NULLs in the answer | Olivier Bertrand | 2016-02-15 | 1 | -12/+36 |
* | - Change SQL_NTS to 0 when the string is NULL | Olivier Bertrand | 2016-01-25 | 1 | -2/+2 |
* | Fix crash when SetValue_char is called with a negative length value. | Olivier Bertrand | 2015-08-14 | 1 | -2/+4 |
* | Add unicode ODBC types to the types recognized by CONNECT. | Olivier Bertrand | 2015-05-30 | 1 | -3/+11 |
* | Change all preprocessor compiler directives to use __WIN__ as the mean of | Olivier Bertrand | 2015-05-27 | 1 | -8/+8 |
* | This commit includes changes done in a previous (deleted) branch plus new ones. | Olivier Bertrand | 2015-03-18 | 1 | -7/+4 |
* | - Implement random access to ODBC tables | Olivier Bertrand | 2015-02-28 | 1 | -37/+36 |
* | - Handle the use of date/time values when making queries for MYSQL or | Olivier Bertrand | 2015-02-08 | 1 | -0/+2 |
* | - Modify the connect_type_conv and connect_conv_size variables. | Olivier Bertrand | 2015-02-07 | 1 | -1/+3 |
* | - Add or correct some tracing code | Olivier Bertrand | 2015-02-02 | 1 | -1/+1 |
* | - Fix a bug causing UseCnc not being initialized for ODBC catalog tables. | Olivier Bertrand | 2015-02-01 | 1 | -8/+1 |
* | - Add the possibility to establish an ODBC connection via SQLConnect (the | Olivier Bertrand | 2015-01-31 | 1 | -19/+49 |
* | - Add ConnectTimout and QueryTimout options for ODBC tables. Should | Olivier Bertrand | 2015-01-13 | 1 | -8/+17 |
* | - Typo to eliminate some GCC warnings | Olivier Bertrand | 2015-01-06 | 1 | -1/+1 |
* | - Temporary fix for MDEV-7304. | Olivier Bertrand | 2014-12-14 | 1 | -4/+18 |
* | - Enhance the implementation of ODBC tables when using scrollable cursor | Olivier Bertrand | 2014-11-24 | 1 | -10/+12 |
* | - Remove gcc warning (variable n is set and not used) | Olivier Bertrand | 2014-11-20 | 1 | -4/+2 |
* | - Implement putting in memory the result set from an ODBC query. | Olivier Bertrand | 2014-11-20 | 1 | -8/+104 |
* | - Implement the NEWMSG and XMSG methods | Olivier Bertrand | 2014-11-15 | 1 | -23/+61 |
* | 1) Handling string memory allocation with a new STRING class. This is only | Olivier Bertrand | 2014-10-21 | 1 | -2/+0 |
* | - Fix gcc error and warnings | Olivier Bertrand | 2014-05-06 | 1 | -1/+1 |
* | - Do not throw an error on empty ODBC CATFUNC (MDEV-5455) | Olivier Bertrand | 2014-04-25 | 1 | -0/+10 |
* | Merge 10.0 -> 10.0-connect | Alexander Barkov | 2014-04-21 | 1 | -4/+5 |
|\ |
|
| * | compilation error in CONNECT with ODBC | Sergei Golubchik | 2014-02-27 | 1 | -1/+2 |
|/ |
|
* | - Fix bug MDEV-5486 (fail to create or drop a table dbn.tbn when no default d... | Olivier Bertrand | 2013-12-31 | 1 | -2/+1 |
* | - Add the DECIMAL data type (TYPE_DECIM) | Olivier Bertrand | 2013-12-28 | 1 | -34/+37 |
* | - Fix MDEV-5340 | Olivier Bertrand | 2013-12-20 | 1 | -1/+1 |
* | - Add extra column info in discovery | Olivier Bertrand | 2013-12-19 | 1 | -5/+5 |
* | - Fix logical error in STRBLK::SetValue | Olivier Bertrand | 2013-12-16 | 1 | -1/+3 |
* | - Fix MDEV-5393 and MDEV-5434. It is a major update of ODBC catalog tables | Olivier Bertrand | 2013-12-16 | 1 | -206/+255 |
* | - Add longjmp initialization in PlgAllocResult | Olivier Bertrand | 2013-12-11 | 1 | -1/+1 |
* | MDEV-5341 ConnectSE: discovery for ODBC tables does not work if tables | Alexander Barkov | 2013-12-11 | 1 | -6/+96 |
* | - Raise the limit on returned lines for table ODBC catalog tables | Olivier Bertrand | 2013-12-06 | 1 | -3/+3 |
* | MDEV-5343 ConnectSE: ODBC: CATFUNC=Tables and CATFUNC=Columns crash when | Alexander Barkov | 2013-12-05 | 1 | -2/+2 |
* | - Suppress eventual prompting when connecting to an ODBC source | Olivier Bertrand | 2013-12-05 | 1 | -3/+3 |
* | - Fix gcc compilation warnings | Olivier Bertrand | 2013-11-26 | 1 | -3/+3 |
* | - Fix good recognition of MYSQL table column types. | Olivier Bertrand | 2013-11-22 | 1 | -0/+2 |
* | - Modify the way UPDATE and DELETE statements are sent to ODBC | Olivier Bertrand | 2013-11-13 | 1 | -1/+1 |
* | - Add (limited) support for UPDATE and DELETE to ODBC tables | Olivier Bertrand | 2013-11-11 | 1 | -10/+4 |