Actions
Bug #16631
closeddbal does not support mysql-type "datetime"
Status:
Closed
Priority:
Should have
Assignee:
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2006-10-09
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
As the subjects says.
(issue imported from #M4356)
Updated by Martin Kutschker about 18 years ago
Date fields have the nasty habits of being DB specific. Is there any ADOdb support for date fields?
Updated by Karsten Dambekalns about 18 years ago
Yes, there is date support. But TYPO3 uses unix timestamps exclusively, thus avoiding such problems. It is documented behaviour of the DBAL that it will not support "everything", this includes datetime. I have no plans to change this, and have seen no good reason so far.
Actions