From: Rafael Kitover Date: Sun, 18 Oct 2009 07:11:52 +0000 (+0000) Subject: Merge 'trunk' into 'sybase_support' X-Git-Tag: v0.08113~32^2~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ea50a38f29794c1ecefb1c70c4c20abf8c4f27f7;p=dbsrgits%2FDBIx-Class.git Merge 'trunk' into 'sybase_support' 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 --- ea50a38f29794c1ecefb1c70c4c20abf8c4f27f7 diff --cc Changes index 8060991,f39901e..8c2493d --- a/Changes +++ b/Changes @@@ -1,16 -1,12 +1,23 @@@ 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 + - 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