我在 ar-octopus ( https://github.com/tchandy/octopus ) 文档中找不到,我该如何执行交易。
执行时:
ActiveRecord::Base.connection.transaction do
Octopus.using(:shard, &block)
end
块 中的代码没有在事务中运行。
请指教。
我在 ar-octopus ( https://github.com/tchandy/octopus ) 文档中找不到,我该如何执行交易。
执行时:
ActiveRecord::Base.connection.transaction do
Octopus.using(:shard, &block)
end
块 中的代码没有在事务中运行。
请指教。