Merge 'sybase_support' into 'sybase_bulkinsert_support'
Rafael Kitover [Mon, 28 Sep 2009 08:50:22 +0000 (08:50 +0000)]
r20801@hlagh (orig r7733):  caelum | 2009-09-28 04:49:27 -0400
 r20734@hlagh (orig r7709):  ribasushi | 2009-09-20 20:49:11 -0400
 Oops
 r20735@hlagh (orig r7710):  ribasushi | 2009-09-21 05:02:14 -0400
 Changes
 r20736@hlagh (orig r7711):  ribasushi | 2009-09-21 06:49:30 -0400
 Undocument the from attribute (the description was mostly outdated anyway)
 r20737@hlagh (orig r7712):  ribasushi | 2009-09-21 06:58:58 -0400
 Release 0.08112
 r20740@hlagh (orig r7715):  ribasushi | 2009-09-21 10:26:07 -0400
 A test for an obscure join syntax - make sure we don't break it
 r20746@hlagh (orig r7721):  ribasushi | 2009-09-22 06:58:09 -0400
 this would break in the future - sanitize sql fed to the tester
 r20749@hlagh (orig r7724):  ribasushi | 2009-09-22 07:07:31 -0400
 The hack is no longer necessary with a recent sqla
 r20754@hlagh (orig r7729):  caelum | 2009-09-24 17:44:01 -0400
 add test for multiple active statements in mssql over dbd::sybase
 r20755@hlagh (orig r7730):  caelum | 2009-09-25 02:46:22 -0400
 test on_connect_do with a coderef connect_info too
 r20785@hlagh (orig r7731):  caelum | 2009-09-25 17:26:52 -0400
 failing test for simple transaction with mssql via dbd::sybase

1  2 
Changes

diff --combined Changes
+++ b/Changes
@@@ -1,24 -1,24 +1,26 @@@
  Revision history for DBIx::Class
  
 +        - Sybase bulk API support for populate()
 +
          - 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
+         - 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
+ 0.08112 2009-09-21 10:57:00 (UTC)
          - Remove the recommends from Makefile.PL, DBIx::Class is not
            supposed to have optional dependencies. ever.
          - Mangle the DBIx/Class.pm POD to be more clear about
            copyright and license
          - Put back PG's multiple autoinc per table support, accidentally
-           dropped during the serial-autodetection rwrite
+           dropped during the serial-autodetection rewrite
          - Make sure ResultSetColumn does not depend on the (undefined)
            return value of ->cursor->reset()
          - Add single() to ResultSetColumn (same semantics as ResultSet)
@@@ -31,6 -31,8 +33,8 @@@
          - Warn about using distinct with an existing group_by
          - Warn about attempting to $rs->get_column a non-unique column
            when has_many joins are added to resultset
+         - Refactor of the exception handling system (now everything is a
+           DBIx::Class::Exception object)
  
  0.08111 2009-09-06 21:58:00 (UTC)
          - The hashref to connection_info now accepts a 'dbh_maker'