activerecord-oracle_enhanced-adapter 5.2.4 → 5.2.5
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 +4 -4
- data/History.md +11 -0
- data/VERSION +1 -1
- data/lib/active_record/connection_adapters/oracle_enhanced/schema_definitions.rb +5 -0
- metadata +16 -18
- data/lib/ojdbc6.jar +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 96c7fa4de066e2d4d2492b064971617ba8e620ca29ed9e96a7f047dd83891f70
|
|
4
|
+
data.tar.gz: bfc5981760050745f599322e94818052973a51e8348a3419b8ed588862472545
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4a25dbb40fd9e61d160013dce15a4854401aa5ef2d93afe3175fe9b448e2ed1710c26566693fd0a14c5ad9603fa61077501bc873348cd6e32b990c60aa3877aa
|
|
7
|
+
data.tar.gz: 2b423eac2b473ea34a32e641936baa308be3e3daa81f8fe5f6a3e21ea7a83bdb8c79306c72a531d5d197e5e244a81b75f5b2831ba6c72be1c3de6f563a798233
|
data/History.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
## 5.2.5 / 2019-03-05
|
|
2
|
+
|
|
3
|
+
* Changes and bug fixes
|
|
4
|
+
* `references` column type should be :integer, not :bigint [#1831 #1832 #1835]
|
|
5
|
+
* CI against Ruby 2.6.1 [#1821 #1822]
|
|
6
|
+
* CI against JRuby 9.2.6.0 [#1824 #1828]
|
|
7
|
+
* CI against Ruby 2.6 and bump other Ruby versions [#1806 #1807]
|
|
8
|
+
* Install bundler and fallback to 1.7.3 if Bundler 2 is not available [#1811]
|
|
9
|
+
* Use i18n 1.2 for JRuby now [#1804 #1805]
|
|
10
|
+
* Add `allow_railures` for jruby-head until #1833 resolved [#1834 #1836]
|
|
11
|
+
|
|
1
12
|
## 5.2.4 / 2018-11-29
|
|
2
13
|
|
|
3
14
|
* Changes and bug fixes
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
5.2.
|
|
1
|
+
5.2.5
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: activerecord-oracle_enhanced-adapter
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.2.
|
|
4
|
+
version: 5.2.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Raimonds Simanovskis
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2019-03-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activerecord
|
|
@@ -86,7 +86,6 @@ files:
|
|
|
86
86
|
- lib/active_record/type/oracle_enhanced/timestampltz.rb
|
|
87
87
|
- lib/active_record/type/oracle_enhanced/timestamptz.rb
|
|
88
88
|
- lib/activerecord-oracle_enhanced-adapter.rb
|
|
89
|
-
- lib/ojdbc6.jar
|
|
90
89
|
- spec/active_record/connection_adapters/emulation/oracle_adapter_spec.rb
|
|
91
90
|
- spec/active_record/connection_adapters/oracle_enhanced/connection_spec.rb
|
|
92
91
|
- spec/active_record/connection_adapters/oracle_enhanced/context_index_spec.rb
|
|
@@ -134,37 +133,36 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
134
133
|
- !ruby/object:Gem::Version
|
|
135
134
|
version: 1.8.11
|
|
136
135
|
requirements: []
|
|
137
|
-
|
|
138
|
-
rubygems_version: 2.7.6
|
|
136
|
+
rubygems_version: 3.0.3
|
|
139
137
|
signing_key:
|
|
140
138
|
specification_version: 4
|
|
141
139
|
summary: Oracle enhanced adapter for ActiveRecord
|
|
142
140
|
test_files:
|
|
143
|
-
- spec/spec_helper.rb
|
|
144
|
-
- spec/active_record/oracle_enhanced/type/float_spec.rb
|
|
145
141
|
- spec/active_record/oracle_enhanced/type/text_spec.rb
|
|
146
|
-
- spec/active_record/oracle_enhanced/type/national_character_string_spec.rb
|
|
147
|
-
- spec/active_record/oracle_enhanced/type/integer_spec.rb
|
|
148
|
-
- spec/active_record/oracle_enhanced/type/boolean_spec.rb
|
|
149
142
|
- spec/active_record/oracle_enhanced/type/dirty_spec.rb
|
|
150
|
-
- spec/active_record/oracle_enhanced/type/
|
|
143
|
+
- spec/active_record/oracle_enhanced/type/integer_spec.rb
|
|
144
|
+
- spec/active_record/oracle_enhanced/type/national_character_string_spec.rb
|
|
145
|
+
- spec/active_record/oracle_enhanced/type/raw_spec.rb
|
|
151
146
|
- spec/active_record/oracle_enhanced/type/json_spec.rb
|
|
147
|
+
- spec/active_record/oracle_enhanced/type/float_spec.rb
|
|
148
|
+
- spec/active_record/oracle_enhanced/type/timestamp_spec.rb
|
|
149
|
+
- spec/active_record/oracle_enhanced/type/boolean_spec.rb
|
|
152
150
|
- spec/active_record/oracle_enhanced/type/binary_spec.rb
|
|
153
|
-
- spec/active_record/oracle_enhanced/type/raw_spec.rb
|
|
154
151
|
- spec/active_record/oracle_enhanced/type/national_character_text_spec.rb
|
|
155
152
|
- spec/active_record/connection_adapters/oracle_enhanced_adapter_spec.rb
|
|
156
|
-
- spec/active_record/connection_adapters/
|
|
157
|
-
- spec/active_record/connection_adapters/oracle_enhanced/quoting_spec.rb
|
|
158
|
-
- spec/active_record/connection_adapters/oracle_enhanced/structure_dump_spec.rb
|
|
153
|
+
- spec/active_record/connection_adapters/oracle_enhanced_data_types_spec.rb
|
|
159
154
|
- spec/active_record/connection_adapters/oracle_enhanced/schema_statements_spec.rb
|
|
160
|
-
- spec/active_record/connection_adapters/oracle_enhanced/database_tasks_spec.rb
|
|
161
155
|
- spec/active_record/connection_adapters/oracle_enhanced/dbms_output_spec.rb
|
|
162
156
|
- spec/active_record/connection_adapters/oracle_enhanced/connection_spec.rb
|
|
157
|
+
- spec/active_record/connection_adapters/oracle_enhanced/database_tasks_spec.rb
|
|
158
|
+
- spec/active_record/connection_adapters/oracle_enhanced/structure_dump_spec.rb
|
|
163
159
|
- spec/active_record/connection_adapters/oracle_enhanced/procedures_spec.rb
|
|
160
|
+
- spec/active_record/connection_adapters/oracle_enhanced/quoting_spec.rb
|
|
161
|
+
- spec/active_record/connection_adapters/oracle_enhanced/schema_dumper_spec.rb
|
|
164
162
|
- spec/active_record/connection_adapters/oracle_enhanced/context_index_spec.rb
|
|
165
163
|
- spec/active_record/connection_adapters/emulation/oracle_adapter_spec.rb
|
|
166
|
-
- spec/active_record/connection_adapters/oracle_enhanced_data_types_spec.rb
|
|
167
|
-
- spec/support/create_oracle_enhanced_users.sql
|
|
168
164
|
- spec/support/alter_system_user_password.sql
|
|
169
165
|
- spec/support/alter_system_set_open_cursors.sql
|
|
166
|
+
- spec/support/create_oracle_enhanced_users.sql
|
|
167
|
+
- spec/spec_helper.rb
|
|
170
168
|
- spec/spec_config.yaml.template
|
data/lib/ojdbc6.jar
DELETED
|
Binary file
|