embulk-input-jdbc 0.2.2 → 0.2.3
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: 66b6a0393c208e0f72362ae4900c1edab3ee8414
|
|
4
|
+
data.tar.gz: 9c3bbcd05e9060de1d9ad5582c5466844a7fa646
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 812454e4444cd528ecfd3b7682cfbb0e56a2068cc78647c3f42fd57e01f56ab66ae48ff2b489f214491d45cd473c29524c051d497e924a3259c593707e56789d
|
|
7
|
+
data.tar.gz: 15641bd9e9016db7a6639cb76c177ae3e522bf7137f61862995685f9e621ee93f8ed3a5cea043a56324abfef5250669fb194011aee9db5953725f8cd85c0c5a6
|
|
Binary file
|
|
@@ -182,6 +182,11 @@ public abstract class AbstractJdbcInputPlugin
|
|
|
182
182
|
return buildNextConfigDiff(task, control.run(taskSource, schema, taskCount));
|
|
183
183
|
}
|
|
184
184
|
|
|
185
|
+
public ConfigDiff guess(ConfigSource config)
|
|
186
|
+
{
|
|
187
|
+
return Exec.newConfigDiff();
|
|
188
|
+
}
|
|
189
|
+
|
|
185
190
|
protected ConfigDiff buildNextConfigDiff(PluginTask task, List<CommitReport> reports)
|
|
186
191
|
{
|
|
187
192
|
ConfigDiff next = Exec.newConfigDiff();
|
metadata
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: embulk-input-jdbc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- Sadayuki Furuhashi
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-02-
|
|
11
|
+
date: 2015-02-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
|
-
description:
|
|
13
|
+
description: Selects records from a table.
|
|
14
14
|
email:
|
|
15
|
-
- frsyuki@
|
|
15
|
+
- frsyuki@gmail.com
|
|
16
16
|
executables: []
|
|
17
17
|
extensions: []
|
|
18
18
|
extra_rdoc_files: []
|
|
@@ -26,7 +26,7 @@ files:
|
|
|
26
26
|
- src/main/java/org/embulk/input/jdbc/getter/ColumnGetter.java
|
|
27
27
|
- src/main/java/org/embulk/input/jdbc/getter/ColumnGetterFactory.java
|
|
28
28
|
- src/main/java/org/embulk/input/jdbc/getter/ColumnGetters.java
|
|
29
|
-
- classpath/embulk-input-jdbc-0.2.
|
|
29
|
+
- classpath/embulk-input-jdbc-0.2.3.jar
|
|
30
30
|
homepage: https://github.com/embulk/embulk-input-jdbc
|
|
31
31
|
licenses:
|
|
32
32
|
- Apache 2.0
|