embulk-output-oracle 0.8.3 → 0.8.4
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: 932eb6c3bb3d63fd7a93ad81cac2bfbdbbb47a16
|
|
4
|
+
data.tar.gz: 2d7e07254d009b6d8b1600f6ba7919f3ab336b68
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 583e5fbea87521d6150be995f16d804dfdd9c09adfd2d1b41be6a035f804884b7305fa0b79695701d3208b1fbee9acaef472e4996f76e52e2b7ca091f4bb7510
|
|
7
|
+
data.tar.gz: a44f2e25c0e2b45b210107282b69a7e94743015cfb788099b10b31e3aa201a199753b42b430b7ef30168d08e8c0f36850f8082c7bbb25dce3229cd9ca2512d70
|
|
Binary file
|
|
Binary file
|
|
@@ -175,6 +175,13 @@ public class DirectBatchInsert implements BatchInsert
|
|
|
175
175
|
buffer.flush();
|
|
176
176
|
}
|
|
177
177
|
|
|
178
|
+
@Override
|
|
179
|
+
public int[] getLastUpdateCounts()
|
|
180
|
+
{
|
|
181
|
+
// need not be implemented because DirectBatchInsert won't retry.
|
|
182
|
+
return new int[]{};
|
|
183
|
+
}
|
|
184
|
+
|
|
178
185
|
@Override
|
|
179
186
|
public void finish() throws IOException, SQLException
|
|
180
187
|
{
|
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.8.
|
|
4
|
+
version: 0.8.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sadayuki Furuhashi
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-05-
|
|
11
|
+
date: 2019-05-08 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.8.
|
|
23
|
-
- classpath/embulk-output-oracle-0.8.
|
|
22
|
+
- classpath/embulk-output-jdbc-0.8.4.jar
|
|
23
|
+
- classpath/embulk-output-oracle-0.8.4.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
|