X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=470c644d25a36a76aaa06124a66e0f2050c0a43e;hb=b7ded7437c1327ace28562a27bc0b0019d1a0596;hp=4acdeb0eff0e7736186e0a594a5dae3aa1371a10;hpb=c77ab576715790de93165cc5d2393b704349d809;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 4acdeb0..470c644 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ Revision history for DBIx::Class + - 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