summaryrefslogtreecommitdiff
path: root/storage/connect/value.h
Commit message (Expand)AuthorAgeFilesLines
* - FIX MDEV-5989 (max(indexed) doesn't work)Olivier Bertrand2014-04-011-2/+58
* - NOTE: an experimental implementation of MRR was done but not keptOlivier Bertrand2014-03-101-13/+0
* - Add the DECIMAL data type (TYPE_DECIM)Olivier Bertrand2013-12-281-2/+33
* - Add support for unsigned numeric typesOlivier Bertrand2013-12-031-46/+21
* - Fix gcc compilation warningsOlivier Bertrand2013-11-261-30/+55
* - Move all enum AMT definitions in one place (plgdbsem.h)Olivier Bertrand2013-11-061-1/+1
* - Implement the SERVID special columns. This imply modifying the wayOlivier Bertrand2013-08-091-0/+1
* Connect: fixing non thread-safe code.Alexander Barkov2013-05-231-1/+1
* - Added table type PIVOTOlivier Bertrand2013-05-101-3/+2
* - Add tiny integer as a supported type by CONNECTOlivier Bertrand2013-03-111-1/+10
* - Some end of lines changed from CRLF to LFOlivier Bertrand2013-03-021-20/+20
* - Rewrite some VALBLK classes as templatesOlivier Bertrand2013-03-011-1/+0
* - Second version of template value classesOlivier Bertrand2013-02-281-45/+64
* - Change Subclass name from TYPE to TOlivier Bertrand2013-02-271-6/+6
* - Fix a miscalculation of column length in ODBCTablesOlivier Bertrand2013-02-271-3/+3
* - Rewriting the VALUE classes as template classesOlivier Bertrand2013-02-271-425/+81
* - Add support to NULL values. This concern the MYSQLOlivier Bertrand2013-02-241-33/+51
* - Fixing TAB to 2 spacesAlexander Barkov2013-02-071-605/+605
* Fix problems with ODBC raised by Adding the type TYPE_BIGINT (longlong).Olivier Bertrand2013-01-291-4/+4
* Adding a comment why TranslateSQLType is exported.Alexander Barkov2013-01-291-0/+1
* Fixing compilation failure caused by wrong definition of DWORDAlexander Barkov2013-01-291-4/+0
* Fixing ODBC related compilation failures:Alexander Barkov2013-01-281-0/+4
* Added to CONNECT the missing type TYPE_BIGINT (longlong).Olivier Bertrand2013-01-231-2/+110
* Adding the CONNECT storage engine sources.Alexander Barkov2013-01-181-0/+496