Changes and AUTHORS
Guillermo Roditi [Thu, 17 Jul 2008 20:21:07 +0000 (20:21 +0000)]
Changes
lib/DBIx/Class.pm

diff --git a/Changes b/Changes
index 10796e7..e6bd62d 100644 (file)
--- 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
index b0ae1ab..f0d23ce 100644 (file)
@@ -239,6 +239,8 @@ dyfrgi: Michael Leuchtenburg <michael@slashhome.org>
 
 gphat: Cory G Watson <gphat@cpan.org>
 
+groditi: Guillermo Roditi <groditi@cpan.org>
+
 jesper: Jesper Krogh
 
 jguenther: Justin Guenther <jguenther@cpan.org>