IC::DT changes:
authorPeter Rabbitson <ribasushi@cpan.org>
Thu, 11 Jun 2009 13:02:41 +0000 (13:02 +0000)
committerPeter Rabbitson <ribasushi@cpan.org>
Thu, 11 Jun 2009 13:02:41 +0000 (13:02 +0000)
commit40f751811e773082d1cc654f15f06ef65749a9e9
treeea007991f941a8479fc2eb20604c9a1deb6a0b47
parent7ff18dbd7fdaff372c7ec8476a62ccc9e5d5bb68
IC::DT changes:
Switch SQLite storage to DT::F::SQLite
Fix exception when undef_if_invalid and timezone are both set on a column
Split t/89inflate_datetime into separate tests
Adjust makefile author dependencies
Makefile.PL
lib/DBIx/Class/InflateColumn/DateTime.pm
lib/DBIx/Class/Storage/DBI/SQLite.pm
t/36datetime.t
t/89inflate_datetime.t [deleted file]
t/inflate/datetime.t [new file with mode: 0644]
t/inflate/datetime_mysql.t [new file with mode: 0644]
t/inflate/datetime_pg.t [new file with mode: 0644]
t/lib/DBICTest/Schema/Event.pm
t/lib/DBICTest/Schema/EventTZ.pm
t/lib/DBICTest/Schema/EventTZDeprecated.pm