X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=185677f37f04a66f73cc007c1cb310cedcca17e4;hb=0647e0cc4a0845da7df3775b1b56bd2b6f9efeb2;hp=b646b1ecd5bb6faefa663198fc1c23ed78a2edbc;hpb=3c2a505c93702ae84fca6985e306da721de2830a;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index b646b1e..185677f 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,15 @@ Revision history for DBIx::Class + - Add a warning to load_namespaces if a class in ResultSet/ is not a subclass of DBIx::Class::ResultSet + - InflateColumn::DateTime support for MSSQL via DBD::Sybase + - millisecond precision support for MSSQL datetimes for + InflateColumn::DateTime + - support connecting using $ENV{DBI_DSN} and $ENV{DBI_DRIVER} + - current_source_alias method on ResultSet objects to + determine the alias to use in programatically assembled + search()es (originally added in 0.08100 but unmentioned) + +0.08121 2010-04-11 18:43:00 (UTC) - Support for Firebird RDBMS with DBD::InterBase and ODBC - Add core support for INSERT RETURNING (for storages that supports this syntax, currently PostgreSQL and Firebird)