Hi, all,
As documented, sequel supports transaction isolation levels for some
databases (including postgres) and not others. On oracle:
>> DB.supports_transaction_isolation_levels?
=> false
And a little experimentation shows that transactions are not isolated to
the level of serializable.
This is with sequel-3.40.0 and ruby-oci8-2.1.2.
Does anyone have any thoughts about making this work?
Would it be any different on jruby with the jdbc adaptor?
--
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.