X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=b7aef49a53e70aeba079104715fa0faf061ebcfd;hb=a9ee4be9a5b1b4cae7441888eba03e1c8a1faa59;hp=20d3d2939f2aa15f92d1f72cda40a5847832f75f;hpb=3edfebff056f798162945fcacb06486fa3ee99ef;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 20d3d29..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) @@ -29,11 +32,15 @@ Revision history for DBIx::Class for the following drivers too buggy to handle the optimized path: - FreeTDS ODBC driver (when used with MSSQL) - The Firebird ODBC driver + - The MSAccess ODBC driver - Explicitly disable DBD::ODBC dynamic_cursors when using freetds 0.83 or later - they made enough ODBC incompatible changes making it impossible to support sanely - Explicitly disable SCOPE_IDENTITY queries and statement caching for - DBD::Sybase compiled against freetds 0.83 or later - way too buggy + MSSQL on DBD::Sybase compiled against freetds 0.83 or later - way too + buggy + - Disable statement caching when using Sybase ASE and DBD::Sybase + compiled against freetds 0.83 or later - Fix leakage of $schema on in-memory new_related() calls - Fix more cases of $schema leakage in SQLT::Parser::DBIC - Fix leakage of $storage in ::Storage::DBI::Oracle