On Dec 4, 3:07 pm, John Firebaugh <[email protected]> wrote: > On Fri, Dec 4, 2009 at 2:59 PM, Jeremy Evans <[email protected]> wrote: > > This is a bug. If it doesn't raise an error without the plugin, it > > shouldn't raise an error with it. > > > Is this something you want to work on? If not, I should be able to > > get to it by next week. > > My quick workaround: > > - create_boolean_readers > + create_boolean_readers rescue nil > > Probably not the right fix, but something more nuanced might risk an > undesirable level of coupling to model internals -- I'll leave it to > you.
I choose something more similar to what the standard model code does, see http://pastie.org/730990.txt. I've committed that patch to my private repo. It should be pushed out to github on Tuesday after I run it through the full test suite. Jeremy -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en.
