X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=9d7887bb731ee4de287a9f420c886cdfda706266;hb=d2aecc8f4106cb71e1c6dfb42a1b55d328d95abe;hp=85f6076bae42c19fc737289909bba97c6b9abd1a;hpb=981299aaf0b82c089376356532bda9378bfca6cb;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 85f6076..9d7887b 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,9 @@ Revision history for DBIx::Class - Possible to set locale in IC::DateTime extra => {} config - Calling the accessor of a belongs_to when the foreign_key was NULL and the row was not stored would unexpectedly fail (groditi) + - Split sql statements for deploy only if SQLT::Producer returned a scalar + containing all statements to be executed + 0.08099_06 2009-01-23 07:30:00 (UTC) - Allow a scalarref to be supplied to the 'from' resultset attribute - Classes submitted as result_class for a resultsource are now