From: Rafael Kitover Date: Sun, 18 Oct 2009 07:12:21 +0000 (+0000) Subject: Merge 'sybase_support' into 'sybase_bulkinsert_support' X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2e8345503896294f38eea58569c4ca4893e3d4c6;p=dbsrgits%2FDBIx-Class-Historic.git Merge 'sybase_support' into 'sybase_bulkinsert_support' r21048@hlagh (orig r7794): caelum | 2009-10-18 03:11:52 -0400 r20841@hlagh (orig r7759): ribasushi | 2009-10-04 07:17:53 -0400 Fix AutoCast's POD r20932@hlagh (orig r7770): ribasushi | 2009-10-09 00:57:20 -0400 r7777@Thesaurus (orig r7765): frew | 2009-10-07 20:05:05 +0200 add method to check if an rs is paginated r7778@Thesaurus (orig r7766): frew | 2009-10-07 20:31:02 +0200 is_paginated method and test r7780@Thesaurus (orig r7768): frew | 2009-10-09 06:45:36 +0200 change name of method r7781@Thesaurus (orig r7769): frew | 2009-10-09 06:47:31 +0200 add message to changelog for is_paged r20935@hlagh (orig r7773): ribasushi | 2009-10-09 05:00:36 -0400 Ugh CRLF r20936@hlagh (orig r7774): ribasushi | 2009-10-09 05:04:35 -0400 Skip versioning test on really old perls lacking Time::HiRes r20937@hlagh (orig r7775): ribasushi | 2009-10-09 05:04:50 -0400 Changes r20938@hlagh (orig r7776): triode | 2009-10-09 16:32:04 -0400 added troubleshooting case of excessive memory allocation involving TEXT/BLOB/etc columns and large LongReadLen r20939@hlagh (orig r7777): triode | 2009-10-09 16:44:21 -0400 added my name to contributors list r20940@hlagh (orig r7778): ribasushi | 2009-10-10 12:49:15 -0400 Whoops, this isn't right r20941@hlagh (orig r7779): ribasushi | 2009-10-11 09:44:18 -0400 More ordered fixes r20943@hlagh (orig r7781): norbi | 2009-10-13 05:27:18 -0400 r7982@vger: mendel | 2009-10-13 11:26:11 +0200 Fixed a typo and a POD error. r21047@hlagh (orig r7793): ribasushi | 2009-10-16 08:28:35 -0400 Fix test to stop failing when DT-support is not present --- 2e8345503896294f38eea58569c4ca4893e3d4c6 diff --cc Changes index 393c64c,8c2493d..c0a3163 --- a/Changes +++ b/Changes @@@ -4,15 -3,21 +4,22 @@@ Revision history for DBIx::Clas - 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 + - bulk API support for populate() + - Add is_paged method to DBIx::Class::ResultSet so that we can + check that if we want a pager + - Skip versioning test on really old perls lacking Time::HiRes + (RT #50209) + - Fixed on_connect_do/call regression when used with a coderef + connector (RT #50003) + - A couple of fixes to Ordered to remedy subclassing issues 0.08112 2009-09-21 10:57:00 (UTC) - Remove the recommends from Makefile.PL, DBIx::Class is not