embulk-input-jdbc 0.11.1-java → 0.12.0-java
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/classpath/embulk-input-jdbc-0.12.0.jar +0 -0
- data/classpath/embulk-util-config-0.3.0.jar +0 -0
- data/classpath/embulk-util-json-0.1.0.jar +0 -0
- data/classpath/jackson-annotations-2.6.7.jar +0 -0
- data/classpath/jackson-core-2.6.7.jar +0 -0
- data/classpath/jackson-databind-2.6.7.jar +0 -0
- data/classpath/jackson-datatype-jdk8-2.6.7.jar +0 -0
- data/classpath/validation-api-1.1.0.Final.jar +0 -0
- data/lib/embulk/input/jdbc.rb +3 -3
- metadata +10 -3
- data/classpath/embulk-input-jdbc-0.11.1.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: 5d16853e57ef6f042dc184d306334737ca12b7f3110bc361477ac6de8df5b370
|
4
|
+
data.tar.gz: 5f9c1f2f440d84609bb2950734c774eae53b4e6e741d97e2f7cc19f2895eac7f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 076dc49ab0fc841518173d7d689f5fa75f73fbcd3857c535ef3c2287584238ec9681a98e84416cd5744b0a067d4b72a3d41415f48944598ba269126c2d6f93d0
|
7
|
+
data.tar.gz: 54e790ee4d433fb682b7c02f037e53986916379052b80c26b45367f80d3990510d5fcaef9f6b6f8a4e6cb5337dd526e449f0a57292aead1b336cabe60396b469
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/lib/embulk/input/jdbc.rb
CHANGED
@@ -1,3 +1,3 @@
|
|
1
|
-
Embulk::JavaPlugin.register_input(
|
2
|
-
"jdbc", "org.embulk.input.JdbcInputPlugin",
|
3
|
-
File.expand_path("../../../../classpath", __FILE__))
|
1
|
+
Embulk::JavaPlugin.register_input(
|
2
|
+
"jdbc", "org.embulk.input.JdbcInputPlugin",
|
3
|
+
File.expand_path("../../../../classpath", __FILE__))
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: embulk-input-jdbc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.12.0
|
5
5
|
platform: java
|
6
6
|
authors:
|
7
7
|
- Sadayuki Furuhashi
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-05-31 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Selects records from a table.
|
14
14
|
email:
|
@@ -17,9 +17,16 @@ executables: []
|
|
17
17
|
extensions: []
|
18
18
|
extra_rdoc_files: []
|
19
19
|
files:
|
20
|
-
- classpath/embulk-input-jdbc-0.
|
20
|
+
- classpath/embulk-input-jdbc-0.12.0.jar
|
21
|
+
- classpath/embulk-util-config-0.3.0.jar
|
22
|
+
- classpath/embulk-util-json-0.1.0.jar
|
21
23
|
- classpath/embulk-util-rubytime-0.3.2.jar
|
22
24
|
- classpath/embulk-util-timestamp-0.2.1.jar
|
25
|
+
- classpath/jackson-annotations-2.6.7.jar
|
26
|
+
- classpath/jackson-core-2.6.7.jar
|
27
|
+
- classpath/jackson-databind-2.6.7.jar
|
28
|
+
- classpath/jackson-datatype-jdk8-2.6.7.jar
|
29
|
+
- classpath/validation-api-1.1.0.Final.jar
|
23
30
|
- lib/embulk/input/jdbc.rb
|
24
31
|
homepage: https://github.com/embulk/embulk-input-jdbc
|
25
32
|
licenses:
|
Binary file
|