embulk-input-sqlserver 0.7.1 → 0.7.2
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: 9446c62db7ee87a1b3aeaa0767078eac81925aa3
|
4
|
+
data.tar.gz: 542507e95e1b66d8f1cea1f69b8f0b75520071e5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5b148f5fc32c79fb7c76686d8ad1716f877c03231c9b4350d4fa7d864ec0fe272cc4d4e9bfcd07a816b73ca0f602c699dae07fa81f82c2840fb214cc63b40894
|
7
|
+
data.tar.gz: 32db74d50e3bfdcec10394ba86c723c4e58bb944f0e443ea9952dbbc1b98c71f948a81f4a10893095dd3907b6a9a50dcee86080714c1a831cbe6715d7a5c83c6
|
data/README.md
CHANGED
@@ -28,6 +28,7 @@ embulk "-J-Djava.library.path=C:\drivers" run input-sqlserver.yml
|
|
28
28
|
- **table**: destination table name (string, required)
|
29
29
|
- **select**: comma-separated list of columns to select (string, default: "*")
|
30
30
|
- **where**: WHERE condition to filter the rows (string, default: no-condition)
|
31
|
+
- **order_by**: name of the column that rows are sorted by (string, default: not sorted)
|
31
32
|
- **fetch_rows**: number of rows to fetch one time (used for java.sql.Statement#setFetchSize) (integer, default: 10000)
|
32
33
|
- **connect_timeout**: timeout for the driver to connect. 0 means the default of SQL Server (15 by default). (integer (seconds), default: 300)
|
33
34
|
- **socket_timeout**: timeout for executing the query. 0 means no timeout. (integer (seconds), default: 1800)
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: embulk-input-sqlserver
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.
|
4
|
+
version: 0.7.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sadayuki Furuhashi
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-06-24 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Selects records from a table.
|
14
14
|
email:
|
@@ -22,8 +22,8 @@ files:
|
|
22
22
|
- lib/embulk/input/sqlserver.rb
|
23
23
|
- src/main/java/org/embulk/input/SQLServerInputPlugin.java
|
24
24
|
- src/main/java/org/embulk/input/sqlserver/SQLServerInputConnection.java
|
25
|
-
- classpath/embulk-input-jdbc-0.7.
|
26
|
-
- classpath/embulk-input-sqlserver-0.7.
|
25
|
+
- classpath/embulk-input-jdbc-0.7.2.jar
|
26
|
+
- classpath/embulk-input-sqlserver-0.7.2.jar
|
27
27
|
homepage: https://github.com/embulk/embulk-input-jdbc
|
28
28
|
licenses:
|
29
29
|
- Apache 2.0
|