embulk-output-postgresql 0.7.13 → 0.8.0
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ccf6df660cfc9b80ce06db35bfa114ae8d581dae
|
4
|
+
data.tar.gz: f99a1198f990115aca244e0ac720861b7d71fc3f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 78910f84d75859c960d320e16dd56847305ac2c32e5b2a753c64a9ebf1b9953e529238bd183b73a617b1aefdaee488d791f60c3af64028076bc01ccceefc092b
|
7
|
+
data.tar.gz: 1146a21b46969feb02802684dcb7fbdf67a742725e3dfd6b652baaaf3bbcffb60e4363b3596d137d5972c982d591e6a5acefc01f941da0691b02cba29f59e647
|
Binary file
|
Binary file
|
@@ -111,8 +111,8 @@ public class PostgreSQLOutputPlugin
|
|
111
111
|
props.putAll(t.getOptions());
|
112
112
|
|
113
113
|
props.setProperty("user", t.getUser());
|
114
|
-
logger.info("Connecting to {} options {}", url, props);
|
115
114
|
props.setProperty("password", t.getPassword());
|
115
|
+
logConnectionProperties(url, props);
|
116
116
|
|
117
117
|
return new PostgreSQLOutputConnector(url, props, t.getSchema());
|
118
118
|
}
|
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
|
+
version: 0.8.0
|
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-12-
|
11
|
+
date: 2017-12-26 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Inserts or updates records to 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-output-jdbc-0.
|
23
|
-
- classpath/embulk-output-postgresql-0.
|
22
|
+
- classpath/embulk-output-jdbc-0.8.0.jar
|
23
|
+
- classpath/embulk-output-postgresql-0.8.0.jar
|
24
24
|
- default_jdbc_driver/postgresql-9.4-1205-jdbc41.jar
|
25
25
|
- lib/embulk/output/postgresql.rb
|
26
26
|
- src/main/java/org/embulk/output/PostgreSQLOutputPlugin.java
|