On Wed, Jan 17, 2007 at 09:11:51AM +0000, Jess Robinson wrote: > Well, if someone could check that all DateTime::Format::X modules contain > parse_ functions named after the appropriate datatypes, I would prefer to > remove the "timestamp isa datetime" line in InflateColumn::DateTime. > > IIRC, some DBs have both, and the formatting isn't quite the same? MySQL > 3.x anyone?
Oracle also has 'date' and 'timestamp' datatypes. A 'date' really is a datetime, and 'timestamp' adds the ability for timezone information, which is missing from 'date' for some reason. I would welcome the removal of "timestamp isa datetime" in InflateColumn::DateTime. I can update DateTime::Format::Oracle to have whatever parse_ functions it should have. I checked a few others to see what they had, but didn't find any kind of formal spec on how to write them. -kolibrie
signature.asc
Description: Digital signature
_______________________________________________ List: http://lists.rawmode.org/cgi-bin/mailman/listinfo/dbix-class Wiki: http://dbix-class.shadowcatsystems.co.uk/ IRC: irc.perl.org#dbix-class SVN: http://dev.catalyst.perl.org/repos/bast/trunk/DBIx-Class/ Searchable Archive: http://www.mail-archive.com/[email protected]/
