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: 023e4a00f07883d41b3040343f99371671537457
4
- data.tar.gz: 0e6a703d7cabf707ba23da18bb3536c5b360fa1c
3
+ metadata.gz: f5329048bfd88994f535b2296cf44c08982eac6b
4
+ data.tar.gz: 77dba3a5faf835c5388b7416451b63ed3f5e3e86
5
5
  SHA512:
6
- metadata.gz: 226a07ddc3da20113579af1b89e396814f6c70c5cbac7f34f16b22c4d50fe9e80fd2dec3b2c9f0c178246bbb78635ab8c1da2e3aaa98c5c7fe9715121219c696
7
- data.tar.gz: 0ea53eaaa863fc40086d92c20326b996bf996570805220119cc544a122edf13e448c909bcd1edc67690c2a7182bba77d0925983d6a48d3411a91e392fe8e8a74
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 created_at > '2017-01-01 00:32:12' OR (created_at = '2017-01-01 00:32:12' AND id > 5291)
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
 
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.5
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-07-31 00:00:00.000000000 Z
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.5.jar
23
- - classpath/embulk-input-sqlserver-0.8.5.jar
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