summaryrefslogtreecommitdiff
path: root/storage/connect/value.h
Commit message (Expand)AuthorAgeFilesLines
* Fix compile error in value.h and remove unused variables in ha_connect.ccOlivier Bertrand2021-06-251-1/+1
* Fix clang compile errorOlivier Bertrand2021-06-241-0/+1
* - Make function strz return null when LEX_STRING is nullOlivier Bertrand2021-06-241-1/+2
* Fix crash on Json date columnsOlivier Bertrand2020-11-041-1/+2
* - Implementation of the Json BJSON representation.Olivier Bertrand2020-11-031-3/+6
* - Use BIN type when charset='binary'Olivier Bertrand2020-10-051-3/+4
* - Fix MDEV-15793: Server crash in PlugCloseFile with sql_mode=''Olivier Bertrand2019-03-231-8/+8
* - Update version numberOlivier Bertrand2017-10-151-1/+1
* Fix gcc compiler warnings reported by SergeiOlivier Bertrand2017-05-231-27/+28
* Update version number and dateOlivier Bertrand2017-03-021-1/+1
* - MDEV-11366 SIGBUS errors in Connect Storage Engine for ArmHF and MIPS.Olivier Bertrand2016-12-021-20/+46
* Merge branch 'connect/10.0' into 10.0Sergei Golubchik2015-12-131-1/+1
|\
| * Commit updating CONNECT from the 10.1 versionOlivier Bertrand2015-12-041-1/+1
* | 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