Skip to content

Releases: cdinger/scenic-oracle_adapter

v1.3.5

09 Oct 13:41
fafb889
Compare
Choose a tag to compare
  • 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

22 Jul 17:21
e803dac
Compare
Choose a tag to compare
  • 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

18 Jul 13:22
5b56cb0
Compare
Choose a tag to compare
  • Fixes an issue with dependency sorting where mviews will sometimes be classified as a tables in user_dependencies (@whit0694)

v1.3.2

04 Jul 03:11
fcd7c1a
Compare
Choose a tag to compare
  • Fixes a bug in the dependency-ordered views logic when Scenic views depend on external objects (@whit0694)

v1.3.1

03 Jul 13:42
b8cdcaa
Compare
Choose a tag to compare
  • Ensures views in schema.rb are correctly ordered based on dependencies

v1.3.0

29 Mar 13:34
2aaf3f0
Compare
Choose a tag to compare
  • Update to scenic version 1.8.0
  • Adds support for the #populated? model method

v1.2.2

27 Apr 15:40
c66ddd2
Compare
Choose a tag to compare

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

20 Apr 22:43
243a22f
Compare
Choose a tag to compare
  • Fixes a bug where update_view fails on materialized views (#13)

v1.2.0

16 Dec 23:13
793cced
Compare
Choose a tag to compare
  • Update to scenic version 1.7.0
  • Update Oracle docker container to 21 XE for testing and local development

v1.1.1

10 Sep 13:33
e4ef08c
Compare
Choose a tag to compare
  • Fixes issue with schema dumping in pre-1.7.0 versions of activerecord-oracle_enhanced-adapter.