X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=d9eb6b5b43b6f6faea1bdd10d3f00a3da6f0964d;hb=1bffc6b80ab92b6be1731bba24f8ea69f094b573;hp=7bc45a9da60f32f1c8acd27fcae488c538117438;hpb=0e773352a9c6c034dfb2526b8d68bf6ac1e2323b;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 7bc45a9..d9eb6b5 100644 --- a/Changes +++ b/Changes @@ -11,6 +11,8 @@ Revision history for DBIx::Class privatize and warn on deprecated use - Massive overhaul of bind values/attributes handling - slightly changes the output of as_query (should not cause compat issues) + - Support ancient DB2 versions (5.4 and older), with proper limit + dialect * Fixes - Fix ::Storage::DBI::* MRO problems on 5.8.x perls @@ -37,6 +39,7 @@ Revision history for DBIx::Class condition elements - Change SQLMaker carp-monkeypatch to be compatible with versions of SQL::Abstract >= 1.73 + - Fix using \[] literals in the from resultset attribute * Misc - Rewire all warnings to a new Carp-like implementation internal