From: Peter Rabbitson Date: Tue, 18 Aug 2009 20:45:06 +0000 (+0000) Subject: Fix Changes X-Git-Tag: v0.08112~14^2~58 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d7339a57ffc4cf9cd16912055d29648669bd21fe;p=dbsrgits%2FDBIx-Class.git Fix Changes --- diff --git a/Changes b/Changes index 9720f8f..e47fc10 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,13 @@ Revision history for DBIx::Class + - Complete Sybase RDBMS support including: + - Support for TEXT/IMAGE columns + - Support for the 'money' datatype + - Transaction savepoints support + - Support for bind variables when connecting via Sybase OpenClient + - Support for interpolated variables with proper quoting when + connecting via FreeTDS + 0.08109 2009-08-18 08:35:00 (UTC) - Replication updates: - Improved the replication tests so that they are more reliable @@ -19,13 +27,7 @@ Revision history for DBIx::Class - 'uniqueidentifier' support with auto newid() - Dynamic cursor support and other MARS options for ODBC - savepoints with auto_savepoint => 1 - - Complete Sybase RDBMS support including: - - Support for TEXT/IMAGE columns - - Transaction savepoints support - - Support for bind variables when connecting via Sybase OpenClient - - Support for interpolated variables with proper quoting when - connecting via FreeTDS - - Support for MSSQL/Sybase 'money' type + - Support for MSSQL 'money' type - Support for 'smalldatetime' type used in MSSQL and Sybase for InflateColumn::DateTime - Support for Postgres 'timestamp without timezone' type in