Home » Database » DB_Table » Bug #6012
Lack of support for datetime
Details
| Submitted | 2005-11-19 14:36 UTC |
|---|---|
| From | info at darrencampbell dot com dot au |
| Status | Bogus |
| Package | DB_Table |
| PHP Version | Irrelevant |
| Roadmaps | (Not assigned) |
Comments
[2005-11-19 14:36 UTC] info at darrencampbell dot com dot au
Description:
------------
Valid types are 'date' and 'time' but there's no support for 'datetime'.
DB_Table is used with existing applications whereby a datetime field is used. No point converting the whole existing application to use 'date' and 'time' fields. No point writing silly mapping code to split datetime data into separate date and time parts.
Please kindly fix this bug and support datetime data type. Thanks.