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
We use Cockroach with Scenic and that seems to work just fine. But we sadly hat to monkey patch stuff because of (effectively) supports_materialized_views? = false in the Cockroach Rails driver. See:
Given that 20.2 is out of support by now fixing this in a brute way seems possible: Would you take a PR that simply changes the implementation to true?
The text was updated successfully, but these errors were encountered:
We use Cockroach with Scenic and that seems to work just fine. But we sadly hat to monkey patch stuff because of (effectively)
supports_materialized_views? = false
in the Cockroach Rails driver. See:activerecord-cockroachdb-adapter/lib/active_record/connection_adapters/cockroachdb_adapter.rb
Lines 180 to 182 in 9c46141
Given that 20.2 is out of support by now fixing this in a brute way seems possible: Would you take a PR that simply changes the implementation to
true
?The text was updated successfully, but these errors were encountered: