embulk-input-postgresql 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: fe3f194bfc6335f8cd2b8547726ff6ccc8290a3f
4
- data.tar.gz: 9028001a76f48ddbc2ce41a18e2004785c41d694
3
+ metadata.gz: c855700b84c5cad076bb37c8ceb53f874be5d084
4
+ data.tar.gz: 0e9425e94c4bfad10f95e350f652097b92a03251
5
5
  SHA512:
6
- metadata.gz: 57b9231480c0dc9cb053200baf80d20a0f79d89e137840570f48c945d0a600cb18fc83e5c345ab89b9544eba571ef46b0e937aa7b20fd3fd1b6b9e780620ad1e
7
- data.tar.gz: e6c026241f12036d152bfc8b22cc6b1754cd9a1909e9a6cafccfb2ebb71f7566bf324fa54541393ed406d150cecbea9ed8804e7e22ed7a89b612958ca7c568db
6
+ metadata.gz: f829395a1ccd22d20e6a03d188a3297fb76dfdfa6e393eb333661d20021e6a7d0f1a6f56d9918a441b1dbda62884a10e3336b2c928215999071aaa0bfbca4b28
7
+ data.tar.gz: edda38237731d6e180935e8b3471c6d15e752d8bb74f68e723d12641e9049b643f36de201ccde504bddf7bf7ec676cc501c40efb7aed8ec8713d53400c69e425
data/README.md CHANGED
@@ -26,6 +26,7 @@ PostgreSQL input plugins for Embulk loads records from PostgreSQL.
26
26
  - **table**: destination table name (string, required)
27
27
  - **select**: comma-separated list of columns to select (string, default: "*")
28
28
  - **where**: WHERE condition to filter the rows (string, default: no-condition)
29
+ - **order_by**: name of the column that rows are sorted by (string, default: not sorted)
29
30
  - **default_timezone**: If the sql type of a column is `date`/`time`/`datetime` and the embulk type is `string`, column values are formatted int this default_timezone. You can overwrite timezone for each columns using column_options option. (string, default: `UTC`)
30
31
  - **column_options**: advanced: a key-value pairs where key is a column name and value is options for the column.
31
32
  - **value_type**: embulk get values from database as this value_type. Typically, the value_type determines `getXXX` method of `java.sql.PreparedStatement`.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: embulk-input-postgresql
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.1
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-05-06 00:00:00.000000000 Z
11
+ date: 2016-06-24 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Selects records from a table.
14
14
  email:
@@ -27,8 +27,8 @@ files:
27
27
  - src/test/java/org/embulk/input/postgresql/PostgreSQLInputPluginTest.java
28
28
  - src/test/resources/yml/input_hstore.yml
29
29
  - src/test/resources/yml/input_hstore2.yml
30
- - classpath/embulk-input-jdbc-0.7.1.jar
31
- - classpath/embulk-input-postgresql-0.7.1.jar
30
+ - classpath/embulk-input-jdbc-0.7.2.jar
31
+ - classpath/embulk-input-postgresql-0.7.2.jar
32
32
  - classpath/postgresql-9.4-1205-jdbc41.jar
33
33
  homepage: https://github.com/embulk/embulk-input-jdbc
34
34
  licenses: