X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=69b553db4f01d3343cd0b38fdd637a04bdbaa20a;hb=74719352f7e25d81f00de886daa77094ce3289f8;hp=32559b7e13bfbd06cfa61df1baefb024ba072453;hpb=00a281880b14e3b245df11f476983277e1713829;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 32559b7..69b553d 100644 --- a/Changes +++ b/Changes @@ -8,6 +8,7 @@ Revision history for DBIx::Class - All limit dialects (except for the older Top and FetchFirst) are now using bind parameters for the limits/offsets, making DBI's prepare_cached useful across paged resutsets + - Support for savepoints for SQLite - Support for MS Access databases via DBD::ODBC and DBD::ADO (only Win32 support currently tested) - Support for the Firebird RDBMS over the new DBD::Firebird driver @@ -37,6 +38,8 @@ Revision history for DBIx::Class - Fix older oracle-specific "WhereJoins" to work properly with name quoting - Fix problems with M.A.D. under CGI::SpeedyCGI (RT#65131) + - Reenable paging of cached resultsets - breakage erroneously added + in 0.08127 - Better error handling when prepare() fails silently - Fixes skipped lines when a comment is followed by a statement when deploying a schema via sql file @@ -56,8 +59,17 @@ Revision history for DBIx::Class of SQL::Abstract >= 1.73 - Fix using \[] literals in the from resultset attribute - Fix populate() with \[], arrays (datatype) and other exotic values + - Fix handling of rollbacks in nested transactions - Fix complex limits (RNO/RowNum/FetchFirst/Top/GenSubq) with sub-selects in the selectors list (correlated subqueries) + - Fix inconsistency between $rs->next with and without HRI when all + the "root" columns are in fact injected from the right rs side + - Fix the join optimizer to correctly preserve the non-multi path to + a multi relationship ( x -> might_have y -> has_many z ) + - Fix object-derived custom-relationship resultsets to resultsources + with multilevel monikers (e.g. $schema->source('Foo::Bar') ) + - Fix incorrect signature of the default sqlt_deploy_hook - it now + matches the documentation of passing in the result source object * Misc - Rewire all warnings to a new Carp-like implementation internal @@ -66,6 +78,8 @@ Revision history for DBIx::Class - Greatly reduced loading of non-essential modules to aid startup time (mainly benefiting CGI users) - Make sure all namespaces are clean of rogue imports + - Dropped DBI req 2 years back - everything works with 1.57, no + point requiring something newer 0.08190-TRIAL 2011-01-24 15:35 (UTC)