Closed (duplicate)
Project:
Drupal core
Version:
7.x-dev
Component:
database system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Apr 2008 at 00:20 UTC
Updated:
2 Jul 2008 at 10:15 UTC
e.g. TIME on mysql, interval on pgsql.
Comments
Comment #1
damien tournoud commentedI'm I the only one to think that those have no purpose (especially on a loosely typed language like PHP?). Moreover, those are fixed length, which is ugly, and I only had problem with those on some DBMS (ie. Oracle) that assume that date/time types should be locale dependent (both in term of order of arguments AND in timezone).
Comment #2
beginner commented+1
http://en.wikibooks.org/wiki/SQL_dialects_reference/Data_structure_defin...
Comment #3
beginner commented#200953: Schema API lacks the 'time' and 'date' type
Comment #4
damien tournoud commentedWell, still -1. I don't think we ever need them. DATE and TIME fields are ugly, and we have perfectly working timestamps.
Comment #5
damien tournoud commented