embulk-output-sqlserver 0.8.3 → 0.8.4
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f491f9ad3b84f7f1e9c8aa7f76d01794d13a534e
|
4
|
+
data.tar.gz: 46a62421655983ba362485fbd70ca41b834b3291
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e6622712287f3e87f637b70db417cc63c61a6004938b0cea3d8998aee8c72ce6da9ce0abf9d4e0ded38b4929c4eaf06a1b84085f974fa5d586dce51fa9e507be
|
7
|
+
data.tar.gz: 2e91b4320dd042e0274e7616d9839c7fc7ba31d5e091e3b6684dca3d261d57c0a898ffd11edddc1d802dabf7bcd8233a19fde91ad429c2870625580d48b06185
|
Binary file
|
Binary file
|
@@ -235,6 +235,13 @@ public class NativeBatchInsert implements BatchInsert
|
|
235
235
|
batchWeight = 0;
|
236
236
|
}
|
237
237
|
|
238
|
+
@Override
|
239
|
+
public int[] getLastUpdateCounts()
|
240
|
+
{
|
241
|
+
// need not be implemented because NativeBatchInsert won't retry.
|
242
|
+
return new int[]{};
|
243
|
+
}
|
244
|
+
|
238
245
|
@Override
|
239
246
|
public void finish() throws IOException, SQLException
|
240
247
|
{
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: embulk-output-sqlserver
|
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-sqlserver-0.8.
|
22
|
+
- classpath/embulk-output-jdbc-0.8.4.jar
|
23
|
+
- classpath/embulk-output-sqlserver-0.8.4.jar
|
24
24
|
- classpath/jtds-1.3.1.jar
|
25
25
|
- lib/embulk/output/sqlserver.rb
|
26
26
|
- src/main/java/org/embulk/output/SQLServerOutputPlugin.java
|