On Jun 30, 1:56 pm, Jim Morris <[EMAIL PROTECTED]> wrote: > More data points... > > under jruby it works fine and that uses gem postgres-pr (0.4.0) > under Regular Ruby it fails as above and it uses gem postgres > (0.7.9.2007.12.12) > > Hope that helps in tracking the problem down. > > I am still not sure what the consensus is on which postgres gem to > use, although with jruby there is no choice.
I think this is an error in your postgres adapter. Please upgrade to the most current version (gem install pg) and it should go away. If I remember correctly, the pg included with an old version of ruby- postgres didn't correctly detect NULLs. 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 -~----------~----~----~----~------~----~------~--~---
