embulk-input-postgresql 0.8.6 → 0.9.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: f267963fed40c4b706f5c345b06fb29d2d4c04a7
4
- data.tar.gz: 257c86658208b973aae246019f43a2b48ce4010a
3
+ metadata.gz: 739469eb1fcc5e408e409dc6fe514ff1c8711e05
4
+ data.tar.gz: 990cf866d6de0985e556e208a98478dae1f2f6da
5
5
  SHA512:
6
- metadata.gz: 15d1b0963f75aa994d747e28f2b33b1b3b6e1fdeb5060063237bd09b5506a22fd104e5472c7a8c07ed8118739e80b4d8d777ce15ed1688d628b03645733f5576
7
- data.tar.gz: 7466b193d8105c41f5acc2d07b8f84bf10b956b64be7fafdabee1100a36b9b2a5932fde36f9a68edbcfc408a7d92a317a6050dcafc1dd25ac78d6ccce28cf9ac
6
+ metadata.gz: 5ba714898af3c685dff95eab5d1f0d4395a3b9ece93f4923aaecaa31acdf110bb513b2691c3d2ff265fa15fbd6f607f31652458361d70da5b937debf5880b85d
7
+ data.tar.gz: 1e6591258b540472bf9624aaa0e92a9efaaaf2ad2d56aee67a350836c92f0692e5fa4e3b22f9ab3e8aa3061b15592e5e1215dda4eed0f7a049fe48cf8412317f
@@ -93,6 +93,7 @@ public class PostgreSQLInputPlugin
93
93
  props.setProperty("ApplicationName", t.getApplicationName());
94
94
 
95
95
  props.putAll(t.getOptions());
96
+ logConnectionProperties(url, props);
96
97
 
97
98
  Connection con = DriverManager.getConnection(url, props);
98
99
  try {
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.8.6
4
+ version: 0.9.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-11-24 00:00:00.000000000 Z
11
+ date: 2017-12-27 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.6.jar
23
- - classpath/embulk-input-postgresql-0.8.6.jar
22
+ - classpath/embulk-input-jdbc-0.9.0.jar
23
+ - classpath/embulk-input-postgresql-0.9.0.jar
24
24
  - default_jdbc_driver/postgresql-9.4-1205-jdbc41.jar
25
25
  - lib/embulk/input/postgresql.rb
26
26
  - src/main/java/org/embulk/input/PostgreSQLInputPlugin.java