You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This seems like a bug - unfortunately, not an easy one to fix. I'll try to write a bugfix here for this bug - but, in the meanwhile, I would advise you, to stick with the using with block case.
ActiveRecord::Base.using(...).connection.column_exists?(...) temporary breaks current shard, but after 1st request it is restored:
however
Octopus.using(...)
with a block does not:The text was updated successfully, but these errors were encountered: