From: Peter Rabbitson Date: Sun, 30 Aug 2009 07:01:40 +0000 (+0000) Subject: Merge 'trunk' into 'sybase' X-Git-Tag: v0.08112~14^2~39 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=67e9c1149519bc8205932c135883740076640cce;p=dbsrgits%2FDBIx-Class.git Merge 'trunk' into 'sybase' r7425@Thesaurus (orig r7422): ribasushi | 2009-08-29 08:55:12 +0200 Make podcoverage happy r7426@Thesaurus (orig r7423): ribasushi | 2009-08-29 09:06:07 +0200 Reduce the number of heavy dbh_do calls r7439@Thesaurus (orig r7436): ribasushi | 2009-08-30 08:54:10 +0200 r7435@Thesaurus (orig r7432): caelum | 2009-08-30 02:53:21 +0200 new branch r7436@Thesaurus (orig r7433): caelum | 2009-08-30 03:14:36 +0200 add dbh_maker option to connect_info hash r7437@Thesaurus (orig r7434): ribasushi | 2009-08-30 08:51:14 +0200 Minor cleanup and test enhancement r7438@Thesaurus (orig r7435): ribasushi | 2009-08-30 08:53:59 +0200 Changes --- 67e9c1149519bc8205932c135883740076640cce diff --cc Changes index cc2a415,0faba32..07cc546 --- a/Changes +++ b/Changes @@@ -1,16 -1,7 +1,18 @@@ Revision history for DBIx::Class + - Complete Sybase RDBMS support including: + - Support for TEXT/IMAGE columns + - Support for the 'money' datatype + - Transaction savepoints support + - DateTime inflation support + - Support for bind variables when connecting to a newer Sybase with + OpenClient libraries + - Support for connections via FreeTDS with CASTs for bind variables + when needed + - Support for interpolated variables with proper quoting when + connecting to an older Sybase and/or via FreeTDS + - The hashref to connection_info now accepts a 'dbh_maker' + coderef, allowing better intergration with Catalyst - Fixed a complex prefetch + regular join regression introduced in 0.08108 - SQLT related fixes: