X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=cb59335b8b7fb1c870a1fe6584c16a111b8947fa;hb=3fa225c5cac352b43622851b4243c5ab6ccb3490;hp=c452124bcc3c355f860ea31e1f51ce05b32cd79e;hpb=6d2d616060ab47feb43935bd6712f586eb313c8e;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index c452124..cb59335 100644 --- a/Changes +++ b/Changes @@ -1,10 +1,24 @@ Revision history for DBIx::Class -0.07002 +0.07003 2006-XX-XX XX:XX:XX + - Fix UTF8Columns to work under Perl <= 5.8.0 + - Fix up new_result in ResultSet to avoid alias-related bugs + - Made new/update/find handle 'single' rel accessor correctly + - Fix NoBindVars to be safer and handle non-true bind values + +0.07002 2006-09-14 21:17:32 + - fix quote tests for recent versions of SQLite + - added reference implementation of Manual::Example + - backported column_info_from_storage accessor from -current, but + defaults true instead of false in 0.07xxx - fixed inflate_datetime.t tests/stringify under older Test::More + - minor fixes for many-to-many relationship helpers - cleared up Relationship docs, and fixed some typos - use ref instead of eval to check limit syntax (to avoid issues with Devel::StackTrace) + - update ResultSet::_cond_for_update_delete to handle more complicated + queries + - bugfix to Oracle columns_info_for - remove_columns now deletes columns from _columns 0.07001 2006-08-18 19:55:00