Jess Robinson wrote: > 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?
Yes, timestamps are different to datetimes. timestamps have limited range and complicated auto-setting rules and the format varies in different ways on different versions. If you need more detail, see: <http://dev.mysql.com/doc/refman/4.1/en/datetime.html> Cheers, Dave _______________________________________________ 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]/
