summaryrefslogtreecommitdiff
path: root/storage/connect/value.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'connect/10.1' into 10.1Sergei Golubchik2015-11-191-1/+1
|\
| * Add experimental Bson_Array function (not documented)Olivier Bertrand2015-09-061-1/+1
| * Commit od last modifications made for version 10.0Olivier Bertrand2015-06-061-8/+0
| * Commit win and CONNECT resolved filesOlivier Bertrand2015-06-051-0/+8
| |\
| | * Get rid of GCC warnings about unused parametersOlivier Bertrand2015-05-101-16/+16
| * | Commit changes pulled from ob-10.0Olivier Bertrand2015-06-021-7/+3
| * | Last commit was done with wrong filesOlivier Bertrand2015-05-101-16/+16
| |/
* | MDEV-8693 Tests connect.bin connect.endian fail on armhf (on Debian build sys...Alexander Barkov2015-10-241-0/+20
* | Fix handling of NULL values when reading from tables.Olivier Bertrand2015-06-021-5/+0
* | Add unicode ODBC types to the types recognized by CONNECT.Olivier Bertrand2015-05-301-2/+3
* | Get rid of GCC warnings about unused parametersOlivier Bertrand2015-05-091-16/+16
|/
* - Adding the JSON table typeOlivier Bertrand2015-01-191-3/+3
* - Set connection charset before calling mysql_real_connect for MYSQLOlivier Bertrand2015-01-061-5/+11
* 1) Handling string memory allocation with a new STRING class. This is onlyOlivier Bertrand2014-10-211-0/+3
* - Fix null handling for date columns (see MDEV-6744)Olivier Bertrand2014-10-121-0/+1
* 10.0-connect mergeSergei Golubchik2014-09-121-0/+1
* - Commit merged filesOlivier Bertrand2014-04-191-333/+390
|\
| * - FIX MDEV-5989 (max(indexed) doesn't work)Olivier Bertrand2014-04-011-2/+58
* | - MRR + Block IndexingOlivier Bertrand2014-03-201-354/+333
|\ \ | |/
| * - NOTE: an experimental implementation of MRR was done but not keptOlivier Bertrand2014-03-101-13/+0
* | - TemporaryOlivier Bertrand2014-03-101-2/+19
|/
* - 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