I don't have an Oracle database to test with, but if one of you Oracle
users can test the patch at http://p.ramaze.net/21757 and see if works
with the following code:

  DB.create_table(:test){primary_key :id; Integer :value}
  DB[:test].insert(:value=>2)
  DB[:test].all # should be [{:id=>1, :value=>2}]

Assuming it works in that simple case, if you could run the
integration tests with the Oracle adapter and let me know how it's
doing, I'd appreciate that.

  SEQUEL_INTEGRATION_URL="oracle://user:p...@host/database" rake
integration

Thanks,
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to