Transaction isolation issue

2018-02-09 Thread Robert Aschenbrenner
Hi there, I am trying to use the 'READ COMMITTED' transaction isolation level as documented here: http://sequel.jeremyevans.net/rdoc/files/doc/transactions_rdoc.html#label-Transaction+Isolation+Levels The following example runs without an error, but the isolation option is dropped: DB.transact

Re: Transaction isolation issue

2018-02-09 Thread Robert Aschenbrenner
from this topic, visit > https://groups.google.com/d/topic/sequel-talk/EZ1mTKnwEx8/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > sequel-talk+unsubscr...@googlegroups.com > <mailto:sequel-talk+unsubscr...@googlegroups.com>. > To post to this group, send em

Re: Transaction isolation issue

2018-02-09 Thread Robert Aschenbrenner
ns: > > On Friday, February 9, 2018 at 3:28:46 AM UTC-8, Robert Aschenbrenner > wrote: >> >> Hi there, >> >> I am trying to use the 'READ COMMITTED' transaction isolation level as >> documented here: >> >> http://sequel.jeremyevans.net