embulk-output-postgresql 0.9.0-java → 0.10.0-java
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/classpath/embulk-output-jdbc-0.10.0.jar +0 -0
- data/classpath/embulk-output-postgresql-0.10.0.jar +0 -0
- data/classpath/embulk-util-config-0.3.0.jar +0 -0
- data/classpath/embulk-util-json-0.1.1.jar +0 -0
- data/classpath/embulk-util-retryhelper-0.8.2.jar +0 -0
- data/classpath/jackson-annotations-2.6.7.jar +0 -0
- data/classpath/jackson-core-2.6.7.jar +0 -0
- data/classpath/jackson-databind-2.6.7.jar +0 -0
- data/classpath/jackson-datatype-jdk8-2.6.7.jar +0 -0
- data/classpath/validation-api-1.1.0.Final.jar +0 -0
- data/lib/embulk/output/postgresql.rb +3 -3
- metadata +12 -4
- data/classpath/embulk-output-jdbc-0.9.0.jar +0 -0
- data/classpath/embulk-output-postgresql-0.9.0.jar +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8b78f6508b7b83b4224116ed214dbebc01535eae43d3a0adbd1c4708a6858ee5
|
4
|
+
data.tar.gz: 2c21e8f33e8d7faec36a3f9bc11e7f6550ebc7f0c4d37cd8f70eeb72b3c4f7a7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4ff38c02a64363d2eb97c23a2813206e47da6b9dc0d64f0afc5b369b5a09c4b9897c27eeee518bd451c45d5696747154579d768f35def7045ad904b6428e3e14
|
7
|
+
data.tar.gz: 2131a0743b8a104120d3a679d887844cc859a64bee3a5d9955ee18e721f005c46e035dae6f2f291204dc7bf1f06f44ac2d658ffe522e496ab244e5e0034c17c1
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -1,3 +1,3 @@
|
|
1
|
-
Embulk::JavaPlugin.register_output(
|
2
|
-
"postgresql", "org.embulk.output.PostgreSQLOutputPlugin",
|
3
|
-
File.expand_path("../../../../classpath", __FILE__))
|
1
|
+
Embulk::JavaPlugin.register_output(
|
2
|
+
"postgresql", "org.embulk.output.PostgreSQLOutputPlugin",
|
3
|
+
File.expand_path("../../../../classpath", __FILE__))
|
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.10.0
|
5
5
|
platform: java
|
6
6
|
authors:
|
7
7
|
- Sadayuki Furuhashi
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-06-16 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Inserts or updates records to a table.
|
14
14
|
email:
|
@@ -17,10 +17,18 @@ executables: []
|
|
17
17
|
extensions: []
|
18
18
|
extra_rdoc_files: []
|
19
19
|
files:
|
20
|
-
- classpath/embulk-output-jdbc-0.
|
21
|
-
- classpath/embulk-output-postgresql-0.
|
20
|
+
- classpath/embulk-output-jdbc-0.10.0.jar
|
21
|
+
- classpath/embulk-output-postgresql-0.10.0.jar
|
22
|
+
- classpath/embulk-util-config-0.3.0.jar
|
23
|
+
- classpath/embulk-util-json-0.1.1.jar
|
24
|
+
- classpath/embulk-util-retryhelper-0.8.2.jar
|
22
25
|
- classpath/embulk-util-rubytime-0.3.2.jar
|
23
26
|
- classpath/embulk-util-timestamp-0.2.1.jar
|
27
|
+
- classpath/jackson-annotations-2.6.7.jar
|
28
|
+
- classpath/jackson-core-2.6.7.jar
|
29
|
+
- classpath/jackson-databind-2.6.7.jar
|
30
|
+
- classpath/jackson-datatype-jdk8-2.6.7.jar
|
31
|
+
- classpath/validation-api-1.1.0.Final.jar
|
24
32
|
- default_jdbc_driver/postgresql-9.4-1205-jdbc41.jar
|
25
33
|
- lib/embulk/output/postgresql.rb
|
26
34
|
homepage: https://github.com/embulk/embulk-output-jdbc
|
Binary file
|
Binary file
|