From: Guillermo Roditi Date: Thu, 17 Jul 2008 20:21:07 +0000 (+0000) Subject: Changes and AUTHORS X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e758ffe68ed0c39425d16b320b2ac0f8cb80d6a5;p=dbsrgits%2FDBIx-Class-Historic.git Changes and AUTHORS --- diff --git a/Changes b/Changes index 10796e7..e6bd62d 100644 --- a/Changes +++ b/Changes @@ -23,6 +23,8 @@ Revision history for DBIx::Class some problems using this with versioned databases, added some docs - By default now deploy/diff et al. will ignore constraint and index names + - Add ResultSet::_is_deterministic_value, make new_result filter the + values passed to new to drop values that would generate invalid SQL. 0.08010 2008-03-01 10:30 - Fix t/94versioning.t so it passes with latest SQL::Translator diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index b0ae1ab..f0d23ce 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -239,6 +239,8 @@ dyfrgi: Michael Leuchtenburg gphat: Cory G Watson +groditi: Guillermo Roditi + jesper: Jesper Krogh jguenther: Justin Guenther