X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=b7aef49a53e70aeba079104715fa0faf061ebcfd;hb=a9ee4be9a5b1b4cae7441888eba03e1c8a1faa59;hp=08675d959d4e3d801a5c26e38d833e3f964645c9;hpb=1d8a370f73b67947351d86da4111b306de167aca;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 08675d9..b7aef49 100644 --- a/Changes +++ b/Changes @@ -12,7 +12,10 @@ Revision history for DBIx::Class unique constraint - dbicadmin now better supports catalyst-style config files, by unrolling 'config_info' hashkeys - - MSSQL MARS over DBD::ODBC now works with freetds >= 0.91 + - Multiple Improvements MSSQL over DBD::ADO + - Transaction support + - Support for VARCHAR(MAX)/VARBINARY(MAX)/NVARCHAR(MAX) datatypes + - Nomalization of retrieved GUID values * Fixes - Fix SkipFirst and FirstSkip limit dialects (Informix and Firebird)