X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=53da7672a2e5ed14365f60c93a1cdb63c2d4ce7e;hb=db29433c74a98967f61f117bd508c06055db2892;hp=a67b17b85f6dc05512cd8bb683f054d7db41188f;hpb=55d02972c8c10a22e2bcd606dca693de34455231;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index a67b17b..53da767 100644 --- a/Changes +++ b/Changes @@ -1,11 +1,33 @@ Revision history for DBIx::Class + * New Features / Changes + - Add quote_names connection option. When set to true automatically + sets quote_char and name_sep appropriate for your RDBMS + - IC::DateTime support for MSSQL over DBD::ADO + - Both the ::ODBC and ::ADO dispatchers now warn if a rdbms-specific + driver is not found for this connection before falling back to + plain ::Storage::DBI + * Fixes + - Fix ::Storage::DBI::* MRO problems on 5.8.x perls - Disable mysql_auto_reconnect for MySQL - depending on the ENV it sometimes defaults to on and causes major borkage on older DBD::mysql versions - Fix dropped bind values in select/group_by on Oracle (omission from 0542ec57 and 4c2b30d6) + - Fix problems with M.A.D. under CGI::SpeedyCGI (RT#65131) + - 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 + - Fix reverse_relationship_info on prototypical result sources + (sources not yet registered with a schema) + - Automatically require the requested cursor class before use + (RT#64795) + + * Misc + - Only load Class::C3 and friends if necessary ($] < 5.010) + - Greatly reduced loading of non-essential modules to aid startup + time (mainly benefiting CGI users) 0.08127 2011-01-19 16:40 (UTC) * New Features / Changes