embulk-input-sqlserver 0.8.5 → 0.8.6
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: f5329048bfd88994f535b2296cf44c08982eac6b
|
4
|
+
data.tar.gz: 77dba3a5faf835c5388b7416451b63ed3f5e3e86
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 70317eb20c05110a76c9d65b0a7f44818b55e674ce047aeff137d8236a258a68ec5f25cf9200913d1b224f5c39dfcff8771ece79d88a75aa6a6f83706e1648ed
|
7
|
+
data.tar.gz: 0ec85b905d966bb6a89f2602884556c7d578d67a6ffaf84baad1a041296ac2ec7114791a4557dd0607766673dd729e74b665b597abbce01534b0f565a189613f
|
data/README.md
CHANGED
@@ -72,7 +72,7 @@ At the next execution, when `last_record: ` is also set, this plugin generates a
|
|
72
72
|
SELECT * FROM (
|
73
73
|
...original query is here...
|
74
74
|
)
|
75
|
-
WHERE
|
75
|
+
WHERE updated_at > '2017-01-01 00:32:12' OR (updated_at = '2017-01-01 00:32:12' AND id > 5291)
|
76
76
|
ORDER BY updated_at, id
|
77
77
|
```
|
78
78
|
|
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.8.
|
4
|
+
version: 0.8.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sadayuki Furuhashi
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-11-24 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Selects records from 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-input-jdbc-0.8.
|
23
|
-
- classpath/embulk-input-sqlserver-0.8.
|
22
|
+
- classpath/embulk-input-jdbc-0.8.6.jar
|
23
|
+
- classpath/embulk-input-sqlserver-0.8.6.jar
|
24
24
|
- classpath/jtds-1.3.1.jar
|
25
25
|
- lib/embulk/input/sqlserver.rb
|
26
26
|
- src/main/java/org/embulk/input/SQLServerInputPlugin.java
|
Binary file
|
Binary file
|