> As mentioned above, I have done absolutely no testing with ruby 1.9 > (or any other ruby implementation other than ruby 1.8). Sequel may > work fine on 1.9, it may not work at all. If it doesn't work, please > post a bug on the bugtracker, and a patch if you can fix it. I will > apply patches to improve compatibility with 1.9, as long as they don't > cause regressions on ruby 1.8.
Well, a bit of progress. If I do: require 'sequel' require 'sequel_core' in my script, the Sequel#connect is there and a database connection (to postgresql using "pg" driver) works. I have not done much testing as other stuff in my app (not related to sequel) does not work... Vlad --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
