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: 251576b307213521f0c2c2527da616250837bfd6
4
- data.tar.gz: 7e0e6c1320f53e8fc85f72eeea0f1f996b01950b
3
+ metadata.gz: 932eb6c3bb3d63fd7a93ad81cac2bfbdbbb47a16
4
+ data.tar.gz: 2d7e07254d009b6d8b1600f6ba7919f3ab336b68
5
5
  SHA512:
6
- metadata.gz: cf8ac8488040272714951674ee1b635b4ec92eeed66293d1e1bc4ee5f5dae73a69c31c2f7bd439f5706d785c250a293ba4ddee9546fc129eaa5c94206582c09d
7
- data.tar.gz: 500f77880ab818e621e88b146f23e3c71633eab7de1e2e5f31786622240a3187c09729a38af97f96b6f95cd4f6c439cc721a5551230dbcc9a393c14b77e00579
6
+ metadata.gz: 583e5fbea87521d6150be995f16d804dfdd9c09adfd2d1b41be6a035f804884b7305fa0b79695701d3208b1fbee9acaef472e4996f76e52e2b7ca091f4bb7510
7
+ data.tar.gz: a44f2e25c0e2b45b210107282b69a7e94743015cfb788099b10b31e3aa201a199753b42b430b7ef30168d08e8c0f36850f8082c7bbb25dce3229cd9ca2512d70
@@ -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.3
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-07 00:00:00.000000000 Z
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.3.jar
23
- - classpath/embulk-output-oracle-0.8.3.jar
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