From: Rafael Kitover Date: Tue, 4 Aug 2009 20:39:57 +0000 (+0000) Subject: update Changes X-Git-Tag: v0.08109~47^2~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8ab3290b4c6bdb3c9c84172afca234169184ff06;hp=6c32486edeedaf2c602c01b7e2b862763b3733bc;p=dbsrgits%2FDBIx-Class.git update Changes --- diff --git a/Changes b/Changes index 68b0883..d76656f 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for DBIx::Class + - refactor of MSSQL storage drivers, with some new features: support for + placeholders for MSSQL via DBD::Sybase with autodetection, + 'uniqueidentifier' support with auto newid(), dynamic cursor support and + other MARS options for ODBC - support for MSSQL 'money' type - support for 'smalldatetime' type used in MSSQL and Sybase for InflateColumn::DateTime