On Apr 12, 12:03 pm, Jeremy Evans <[email protected]> wrote: > I would really like to enable this behavior by default, but I can't > without adding some lower level code that Sequel::Model can check to > see if database/adapter reports the accurate number of rows (returning > the number of rows matched by the filter rather than just the rows > where the query modified the data in the row).
I decided to do this with a dataset level method. The new patch is at http://pastie.org/916325.txt. I'd appreciate some feedback on this patch before I decide whether to merge it into master. If I don't hear anything negative, I'll probably merge it later this week. 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.
