X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=02680cfc0b65b89007c3fdb57a114fda0f35564d;hb=ca734bc9e924bbf653bba6deb63c4e0ad6d6cf77;hp=9ed8f88b38028f4ffab737ec7da0d9420d72913d;hpb=f5ef5fa1068d249fb353411f01a60bab5d41911c;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 9ed8f88..02680cf 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Revision history for DBIx::Class -0.08123_02 2010-10-26 14:59 (UTC) +0.08124 2010-10-28 14:23 (UTC) * New Features / Changes - Add new -ident "function" indicating rhs is a column name { col => { -ident => 'othercol' } } vs { col => \'othercol' } @@ -80,6 +80,9 @@ Revision history for DBIx::Class - Fix invalid sql on relationship attr order_by with prefetch - Fix primary key sequence detection for Oracle (first trigger instead of trigger for column) + - Add various missing things to Optional::Dependencies + - Skip a test that breaks due to serious bugs in current DBD::SQLite + - Fix tests related to leaks and leaky perls (5.13.5, 5.13.6) * Misc - Entire test suite now passes under DBIC_TRACE=1