X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=079159be9cc4c3539ed0b89449f6753d5291d6a7;hb=e78c769d969556aa757109e0026165d7a7199acb;hp=3656835e4f7fe5fc17ff2d7de1d627e8741e1910;hpb=56dca25f0e1582928ba897df4e1cf44c9710d4f2;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 3656835..079159b 100644 --- a/Changes +++ b/Changes @@ -4,6 +4,9 @@ Revision history for DBIx::Class - 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 - Disable mysql_auto_reconnect for MySQL - depending on the ENV @@ -13,6 +16,10 @@ Revision history for DBIx::Class 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) 0.08127 2011-01-19 16:40 (UTC) * New Features / Changes