Releases: cdinger/scenic-oracle_adapter
Releases · cdinger/scenic-oracle_adapter
v1.3.5
- Silence ActiveRecord output while running specs. Clean green dots! (@eeklund, @dlagerro)
- Fix growing indentation issue in schema.rb after
schema:dump
/schema:load
(@eeklund, @dlagerro)
v1.3.4
- Fixes a syntax issue in pre-3.1 rubies
- Fixes SchemaDumper error when all view objects aren't present in Oracle's
user_dependencies
- Reduce git churn in schema.rb by ordering views before they're handed to SchemaDumper
- Strip newlines and trailing semicolons from view definitions
v1.3.3
- Fixes an issue with dependency sorting where mviews will sometimes be classified as a tables in
user_dependencies
(@whit0694)
v1.3.2
- Fixes a bug in the dependency-ordered views logic when Scenic views depend on external objects (@whit0694)
v1.3.1
- Ensures views in schema.rb are correctly ordered based on dependencies
v1.3.0
- Update to scenic version 1.8.0
- Adds support for the
#populated?
model method
v1.2.2
This fixes the botched publishing of 1.2.1 (#14).
The 1.2.1 gem file that was published to rubygems.org didn't contain any source code in the tarball. It was yanked and replaced with 1.2.2.
v1.2.1
- Fixes a bug where
update_view
fails on materialized views (#13)
v1.2.0
- Update to scenic version 1.7.0
- Update Oracle docker container to 21 XE for testing and local development
v1.1.1
- Fixes issue with schema dumping in pre-1.7.0 versions of
activerecord-oracle_enhanced-adapter
.