On Friday, October 19, 2012 7:16:10 PM UTC-7, Eric Wong wrote: > > This accessor allows setting a default transaction mode for new > transactions, making it easier to write and maintain > database-independent code. > > DB#transaction(:mode => ...) overrides the default transaction mode of > the database handle. Additionally, there is now additional validation > to prevent invalid transaction modes from being used. >
Thanks, these two patches have been merged into the master branch: https://github.com/jeremyevans/sequel/commit/49ee878ed0808f609fb836f0b2341357166ca605 https://github.com/jeremyevans/sequel/commit/dffbcf7f96d6429e4a55bf0d1cfcd3df5036dcd7 Jeremy -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To view this discussion on the web visit https://groups.google.com/d/msg/sequel-talk/-/kPkNCFV8C-8J. 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.
