Project

General

Profile

Actions

Bug #16631

closed

dbal does not support mysql-type "datetime"

Added by Christian Welzel about 18 years ago. Updated over 17 years ago.

Status:
Closed
Priority:
Should have
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)

Actions #1

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?

Actions #2

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

Also available in: Atom PDF