activerecord-oracle_enhanced-adapter 8.1.0.rc3 → 8.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5e69ea4e6062951d22a257972e7202478dda7038fa4878bf847f2155748262bb
|
|
4
|
+
data.tar.gz: 0d4be34ddcfe27a3487a5dcee5b46066b803328171fb73ef64ce35a5b3c92527
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 36bc39e2374f3f64b95e558c82c8a463425e6b31184292c220f68664d73071d5972d1dd1aee0e76c92a4f10cc5e537bdda838089008b29bf5a0a5403c5233e92
|
|
7
|
+
data.tar.gz: bd28764ca1ff44e064c47ec4d74ce1bbc0767b65cd5b029d1de367ff39541e78cd0791a6fc427bd80d7813f28179547b241d4af955e07a5a93935b477675c8cd
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
8.1.0
|
|
1
|
+
8.1.0
|
|
@@ -65,7 +65,7 @@ describe "OracleEnhancedAdapter establish connection" do
|
|
|
65
65
|
end
|
|
66
66
|
|
|
67
67
|
it "should not encrypt JDBC network connection" do
|
|
68
|
-
skip "Oracle 11g XE does not support native network encryption" if ENV["
|
|
68
|
+
skip "Oracle 11g XE does not support native network encryption" if ENV["DATABASE_VERSION"] == "11.2.0.2"
|
|
69
69
|
if ORACLE_ENHANCED_CONNECTION == :jdbc
|
|
70
70
|
ActiveRecord::Base.establish_connection(SYSTEM_CONNECTION_PARAMS.merge(jdbc_connect_properties: { "oracle.net.encryption_client" => "REJECTED" }))
|
|
71
71
|
conn = ActiveRecord::Base.connection.send(:_connection)
|
|
@@ -74,7 +74,7 @@ describe "OracleEnhancedAdapter establish connection" do
|
|
|
74
74
|
end
|
|
75
75
|
|
|
76
76
|
it "should encrypt JDBC network connection" do
|
|
77
|
-
skip "Oracle 11g XE does not support native network encryption" if ENV["
|
|
77
|
+
skip "Oracle 11g XE does not support native network encryption" if ENV["DATABASE_VERSION"] == "11.2.0.2"
|
|
78
78
|
if ORACLE_ENHANCED_CONNECTION == :jdbc
|
|
79
79
|
ActiveRecord::Base.establish_connection(SYSTEM_CONNECTION_PARAMS.merge(jdbc_connect_properties: { "oracle.net.encryption_client" => "REQUESTED" }))
|
|
80
80
|
conn = ActiveRecord::Base.connection.send(:_connection)
|
|
@@ -4,10 +4,6 @@ describe "OracleEnhancedAdapter timestamp with timezone support" do
|
|
|
4
4
|
include SchemaSpecHelper
|
|
5
5
|
|
|
6
6
|
before(:all) do
|
|
7
|
-
skip if ENV["DATABASE_SERVER_AND_CLIENT_VERSION_DO_NOT_MATCH"] == "true"
|
|
8
|
-
if ENV["DATABASE_VERSION"] == "11.2.0.2" && ENV["ORACLE_HOME"] == "/usr/lib/oracle/21/client64"
|
|
9
|
-
skip
|
|
10
|
-
end
|
|
11
7
|
ActiveRecord.default_timezone = :local
|
|
12
8
|
ActiveRecord::Base.establish_connection(CONNECTION_WITH_TIMEZONE_PARAMS)
|
|
13
9
|
@conn = ActiveRecord::Base.connection
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: activerecord-oracle_enhanced-adapter
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 8.1.0
|
|
4
|
+
version: 8.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Raimonds Simanovskis
|
|
@@ -148,7 +148,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
148
148
|
requirements:
|
|
149
149
|
- - ">="
|
|
150
150
|
- !ruby/object:Gem::Version
|
|
151
|
-
version: 3.
|
|
151
|
+
version: 3.2.0
|
|
152
152
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
153
153
|
requirements:
|
|
154
154
|
- - ">="
|