embulk-output-oracle 0.7.13 → 0.8.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
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6bd2872db2b537172e9a0c3806efc58a6c50c5dd
|
|
4
|
+
data.tar.gz: 1007a036861e09684d2c01dd76725ce11e7b7a62
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 765bdea93f6899970ab889058eba5cf35cfcaeb4ad72c224d3de456f7db0f880a2ab486824d85afa065e0a0d6e165e487ab05c6ad66d3a621b02fba1030e5301
|
|
7
|
+
data.tar.gz: cf43413a50c8ea35dedeb0b570bddac97259df1cc35fca60db68de9efe4ed487102fa3dc4cea6d553d0b0b9c13604268cd62f15b65106bbe70aaeacea1e167ec
|
|
Binary file
|
|
Binary file
|
|
@@ -120,8 +120,8 @@ public class OracleOutputPlugin
|
|
|
120
120
|
props.putAll(oracleTask.getOptions());
|
|
121
121
|
|
|
122
122
|
props.setProperty("user", oracleTask.getUser());
|
|
123
|
-
logger.info("Connecting to {} options {}", url, props);
|
|
124
123
|
props.setProperty("password", oracleTask.getPassword());
|
|
124
|
+
logConnectionProperties(url, props);
|
|
125
125
|
|
|
126
126
|
return new OracleOutputConnector(url, props, oracleTask.getSchema().orNull(), oracleTask.getInsertMethod() == InsertMethod.direct);
|
|
127
127
|
}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: embulk-output-oracle
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.8.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sadayuki Furuhashi
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-12-
|
|
11
|
+
date: 2017-12-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Inserts or updates records to a table.
|
|
14
14
|
email:
|
|
@@ -19,8 +19,8 @@ extra_rdoc_files: []
|
|
|
19
19
|
files:
|
|
20
20
|
- README.md
|
|
21
21
|
- build.gradle
|
|
22
|
-
- classpath/embulk-output-jdbc-0.
|
|
23
|
-
- classpath/embulk-output-oracle-0.
|
|
22
|
+
- classpath/embulk-output-jdbc-0.8.0.jar
|
|
23
|
+
- classpath/embulk-output-oracle-0.8.0.jar
|
|
24
24
|
- lib/embulk/native/x86_64-linux/libembulk-output-oracle-oci.so
|
|
25
25
|
- lib/embulk/native/x86_64-windows/embulk-output-oracle-oci.dll
|
|
26
26
|
- lib/embulk/output/oracle.rb
|