Merge 'trunk' into 'sybase'
Peter Rabbitson [Sun, 30 Aug 2009 07:01:40 +0000 (07:01 +0000)]
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

1  2 
Changes
Makefile.PL
lib/DBIx/Class/Storage/DBI.pm

diff --cc 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:
diff --cc Makefile.PL
Simple merge
Simple merge