X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=c0a31638a07406f3b15b011855c54e88f0f2d194;hb=9851dada033612ff82dd6a6a6d9da84478a30ed1;hp=8c2493d9026bf61761fccb233f2071042f2851fa;hpb=ea50a38f29794c1ecefb1c70c4c20abf8c4f27f7;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 8c2493d..c0a3163 100644 --- a/Changes +++ b/Changes @@ -1,16 +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 + - 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