On Friday, February 22, 2013 2:07:54 PM UTC-8, Sean Redmond wrote: > > > On Thursday, February 21, 2013 8:12:17 PM UTC-5, Jeremy Evans wrote: > > >> If you can provide a reproducible test case, I would be interesteed in >> taking a look. Even a backtrace would be mildly helpful, I'm not sure which >> line is triggering that error (are you sure that is the complete error)? >> Just FYI, in the "lots of perfectly good values", is there a primary key >> value? >> >> Thanks, >> Jeremy >> > > If I manage to gather any more info I'll update this. Looking more closely > at the one error message I do have, the values are all the correct fields > (including the one that's the pk) of another table and another model! >
This smells like you have a forking webserver and you aren't disconnecting before fork, so your database connections are being shared by multiple processes. That's the first thing I'd check. Thanks, Jeremy -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sequel-talk?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
