summaryrefslogtreecommitdiff
path: root/storage/connect/tabxml.cpp
Commit message (Expand)AuthorAgeFilesLines
* - Check field option changes on ALTER TABLE in check_if_supported_inplace_alter.Olivier Bertrand2014-02-071-1/+1
* This is a major update of CONNECT that goes from version 1.1 to 1.2Olivier Bertrand2014-02-031-8/+53
* - Add the DECIMAL data type (TYPE_DECIM)Olivier Bertrand2013-12-281-2/+2
* - Fix several bugs causing memory leak or invalid access detectedOlivier Bertrand2013-09-221-11/+27
* - Try to fix a uninitialised valgrind warningOlivier Bertrand2013-07-051-0/+1
* - Fix problems related to table file names when not specified:Olivier Bertrand2013-03-291-5/+9
* - Add a new table option SEPINDEX (not used yet) and remove an unusedOlivier Bertrand2013-03-251-26/+33
* - Make INI and XML tables not writing null column valuesOlivier Bertrand2013-03-191-8/+3
* - New handling of default file name:Olivier Bertrand2013-03-121-1/+1
* - XML and INI tables now return NULL when a node does not exist in a row (XML)Olivier Bertrand2013-03-101-38/+52
* - Fix conversion bug for MS-DOM XML tables. The node content was writtenOlivier Bertrand2013-03-021-3/+28
* - Rewriting the VALUE classes as template classesOlivier Bertrand2013-02-271-1/+1
* - Fix crash on making an XML table with encoding=XXXOlivier Bertrand2013-02-201-3/+11
* Fixing wrong sprintf() calls.Alexander Barkov2013-02-071-2/+2
* Fixing some of the compilation warnings.Alexander Barkov2013-02-071-2/+0
* - Fixing TAB to 2 spacesAlexander Barkov2013-02-071-1712/+1712
* Introducing functions global_open() and global_fopen() for these purposes:Alexander Barkov2013-02-061-1/+1
* 2>libdoc.cppOlivier Bertrand2013-02-021-12/+15
* Adding the CONNECT storage engine sources.Alexander Barkov2013-01-181-0/+1709