X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=8bdefc4a8633c690455fcf179cba04367153e969;hb=0a3441ee8e0e747cfa05eff02df0d918ed5d6acb;hp=a9ae59e320dadbb4660a341bd5864fc58dff6689;hpb=1f870d5a08fa1794734380d7c8bd6753cdcf8f6d;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index a9ae59e..8bdefc4 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Revision history for DBIx::Class +0.08123_02 2010-10-26 14:59 (UTC) * New Features / Changes - Add new -ident "function" indicating rhs is a column name { col => { -ident => 'othercol' } } vs { col => \'othercol' } @@ -44,6 +45,8 @@ Revision history for DBIx::Class -or condition - Remove rogue GROUP BY on non-multiplying prefetch-induced subqueries + - Fix incorrect order_by handling with prefetch on + $ordered_rs->search_related ('has_many_rel') resultsets - Oracle sequence detection now *really* works across schemas (fixed some ommissions from 0.08123) - dbicadmin now uses a /usr/bin/env shebang to work better with @@ -77,8 +80,6 @@ Revision history for DBIx::Class (first trigger instead of trigger for column) * Misc - - Refactored capability handling in Storage::DBI, allows for - standardized capability handling wrt query/enable/disable - Entire test suite now passes under DBIC_TRACE=1 - Makefile.PL no longer imports GetOptions() to interoperate better with Catalyst installers