Matthieu Rosinski

Results 2 comments of Matthieu Rosinski

Hello @aalsanad I had the same issue with unions and I came up with this monkey patch (could probably be better): ``` class ActiveRecord::ConnectionAdapters::MakaraAbstractAdapter < ::Makara::Proxy CUSTOM_SQL_SLAVE_MATCHERS = [ /\A\s*\(select\s/i...

I need this feature too, i'm working on a patch. I will provide pull request soon.