[BUGFIX] DBAL: Add support for date/time column types to SqlParser
Add support for the MySQL column types DATE, DATETIME, TIMESTAMP, TIME
and YEAR to the SQL parser. These column types are all supported by
ADOdb an can be remapped to the appropriate type supported by the DBMS.
Resolves: #66929
Releases: master
Change-Id: Ia7c975bee2c19ca0433d164616dcf520f7cb8794
Reviewed-on: http://review.typo3.org/42379
Reviewed-by: Stefan Neufeind <typo3.neufeind@speedpartner.de>
Tested-by: Stefan Neufeind <typo3.neufeind@speedpartner.de>
Reviewed-by: Benni Mack <benni@typo3.org>
Tested-by: Benni Mack <benni@typo3.org>