cdinger / scenic-oracle_adapter

An Oracle adapter for Thoughtbot's scenic gem
MIT License
6 stars 5 forks source link

Concurrent mview refresh #3

Closed cdinger closed 5 years ago

cdinger commented 5 years ago

This adds support for concurrently refreshing materialized view.

This also re-organizes the specs to separate out specs that actually hit the database and those that just use mocks. This was done because the spec teardown was getting caught in the mock assertions and causing them to fail.