embulk-output-postgresql 0.4.4 → 0.4.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9b4579c40b125c13132588775cab52e1a6bbf0b2
4
- data.tar.gz: 677292a9b941827a8e1f80f6504919e140920ba1
3
+ metadata.gz: 8c574fa5c9cdeebb663f7a185716fe089d6ec0d7
4
+ data.tar.gz: 6c13de5a9b292f4437432ac5e5b22719551a3d04
5
5
  SHA512:
6
- metadata.gz: d0f89302dd1996e5258c05af30e7ce4033f51c2164e4dbe2cb6fe47c628736ca8489685158b675d83c1e14deaf7abe52d040324cea8e42b4d1b32ea41eaaf3ba
7
- data.tar.gz: ea170461b8c57124e3d5305b7843409531894911aa21b048531941df4c57800671b2230822def249a5a2d02676ce2468b4e30e2b8375c962fe96926b802c0b7c
6
+ metadata.gz: 78dcc3a6d9d3ca3d733f6e5cf4730455661fa443b61482ca483ee7cff219e4bd1feaf623ab95843ea57dc1bbc245414b9927c1bb174e2a2e176a020e141ae7b4
7
+ data.tar.gz: 92598d3eea1e7a9139f481caeaa07dfca7baa9726df173550b15eabf53ac3c1bb4d1dbfffc1141c3efe8196fd451eb693c230f749e5ce94676ddd3c74aec2dd1
@@ -153,6 +153,11 @@ public class PostgreSQLOutputPlugin
153
153
  4000, 0, false, false)); // TODO size type param
154
154
  }
155
155
 
156
+ public void jsonColumn(Column column)
157
+ {
158
+ throw new UnsupportedOperationException("This plugin doesn't support json type. Please try to upgrade version of the plugin using 'embulk gem update' command. If the latest version still doesn't support json type, please contact plugin developers, or change configuration of input plugin not to use json type.");
159
+ }
160
+
156
161
  public void timestampColumn(Column column)
157
162
  {
158
163
  columns.add(JdbcColumn.newGenericTypeColumn(
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: embulk-output-postgresql
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.4
4
+ version: 0.4.5
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-01-04 00:00:00.000000000 Z
11
+ date: 2016-01-14 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Inserts or updates records to a table.
14
14
  email:
@@ -25,8 +25,8 @@ files:
25
25
  - src/main/java/org/embulk/output/postgresql/PostgreSQLCopyBatchInsert.java
26
26
  - src/main/java/org/embulk/output/postgresql/PostgreSQLOutputConnection.java
27
27
  - src/main/java/org/embulk/output/postgresql/PostgreSQLOutputConnector.java
28
- - classpath/embulk-output-jdbc-0.4.4.jar
29
- - classpath/embulk-output-postgresql-0.4.4.jar
28
+ - classpath/embulk-output-jdbc-0.4.5.jar
29
+ - classpath/embulk-output-postgresql-0.4.5.jar
30
30
  - classpath/postgresql-9.4-1205-jdbc41.jar
31
31
  homepage: https://github.com/embulk/embulk-output-jdbc
32
32
  licenses: