[Dbix-class] Announcement: DBIx-Class-0.06999_02

Brandon Black blblack at gmail.com
Mon Jun 12 18:01:09 CEST 2006


On 6/12/06, Guillermo Roditi <groditi at gmail.com> wrote:
> When i did that, i changed the IF('s to if ( 1 || ....
>
> it was still broken. all the normal stuff wortked fine but the sql maker
> options were not set. i peeked in my query log to make sure...
>

Are you sure there's not some difference between what we're each
doing?  If both of the $DBIx::Class::VERSION if-statements are just
changed to if(1), then it should treat all versions (including
0.06999_02) as it treated 0.06003, where things worked fine.  I've
confirmed that this is the case locally for me back when I sent that
last email.  Leaving the Model code alone and upgrading to the svn
version of DBIx::Class should produce similarly correct results.  If
not we can take it up on irc sometime later today :)

-- Brandon



More information about the Dbix-class mailing list