Jeremy, yesterday I played with the patch from http://p.ramaze.net/22334.
With little additional modifications it works fine (creating table
with primary key also creates sequence and trigger). But most of
integration tests still fails. I didn't digg deeper yet. For example
first dataset tests fails cause
INTEGRATION_DB.create_table!(:items) do
primary_key :id
Integer :number
end
tries to create field NUMBER, wich is reserved word in Oracle (a
datatype), so CREATE TABLE statement fails.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---