X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=d21fa4b845e3a02c745f7627cf292cf30414248e;hb=91d0c99f913a7d2a03a159c4f14ecde89c43a1bf;hp=ddeda06f40962f7fa1c4437361fe052969617d4f;hpb=e1a97e2459751c5151128c30900749c7143bc650;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index ddeda06..d21fa4b 100644 --- a/Changes +++ b/Changes @@ -3,6 +3,10 @@ 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 - Disable mysql_auto_reconnect for MySQL - depending on the ENV @@ -12,6 +16,8 @@ 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 0.08127 2011-01-19 16:40 (UTC) * New Features / Changes