X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=9720f8f8752721b8125dd8b0b8731ac0f4ff1f9f;hb=2f95b372b61c55009d799aedd985f03fee8e0c29;hp=14cded1d3921b3a24828ed5761d06d10c3ba672e;hpb=e22cc77a16e8230c3403339eb84d2632cecf3415;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 14cded1..9720f8f 100644 --- a/Changes +++ b/Changes @@ -19,10 +19,16 @@ Revision history for DBIx::Class - 'uniqueidentifier' support with auto newid() - Dynamic cursor support and other MARS options for ODBC - savepoints with auto_savepoint => 1 - - Support for MSSQL 'money' type + - 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 'smalldatetime' type used in MSSQL and Sybase for InflateColumn::DateTime - - support for Postgres 'timestamp without timezone' type in + - Support for Postgres 'timestamp without timezone' type in InflateColumn::DateTime (RT#48389) - Added new MySQL specific on_connect_call macro 'set_strict_mode' (also known as make_mysql_not_suck_as_much)