embulk-output-jdbc 0.8.5 → 0.8.7

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: 9df2fdb27620f5c71c0638b67a0bac8213c0fb90
4
- data.tar.gz: da8dc280ceab2b0254003f7491bf185f0d8bc103
3
+ metadata.gz: 8d31aaaa13eb9bfba69be3fbcd45a20947b87ed9
4
+ data.tar.gz: c1c45cc34f877307067071844095f64a21d1996b
5
5
  SHA512:
6
- metadata.gz: 01e621e4f1b146f116f156b6c6a1d68b4ccbd0a40674b6ae6bc053f4cd3713af3289bc5cd4907aa716aae785a793762c0cbc7d5af0b5dff90223210047d838a5
7
- data.tar.gz: 9e5039176edaf635ab8669dfbc24f84806a9a7ff97e3b4ecd338c37500ca99e30d3434a681238e02bdae7af3c60e48837b906038ef5c8847e6b8eff4b436fe5f
6
+ metadata.gz: 909692ad4e9f1ca11594192659a35a911f9215d005a26cab9146c2414bd0fdc4d312af5893442f886a6a15edcd161fcb86fd8e6d95eb15948deddc609e77751e
7
+ data.tar.gz: 81155149cf703cdafcd211280a04ccce5f0bfca931d46c766606566c6c1e98c808f5e5d14230f57120acbaaa2dd7a17309303a243b48933ad4149255c0fb30fe
@@ -9,10 +9,10 @@ public class TableIdentifier
9
9
  private String schemaName;
10
10
  private String tableName;
11
11
 
12
- public TableIdentifier(String database, String shcemaName, String tableName)
12
+ public TableIdentifier(String database, String schemaName, String tableName)
13
13
  {
14
14
  this.database = database;
15
- this.schemaName = shcemaName;
15
+ this.schemaName = schemaName;
16
16
  this.tableName = tableName;
17
17
  }
18
18
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: embulk-output-jdbc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.5
4
+ version: 0.8.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sadayuki Furuhashi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-05-10 00:00:00.000000000 Z
11
+ date: 2019-12-23 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Inserts or updates records to a table.
14
14
  email:
@@ -19,7 +19,7 @@ extra_rdoc_files: []
19
19
  files:
20
20
  - README.md
21
21
  - build.gradle
22
- - classpath/embulk-output-jdbc-0.8.5.jar
22
+ - classpath/embulk-output-jdbc-0.8.7.jar
23
23
  - lib/embulk/output/jdbc.rb
24
24
  - src/main/java/org/embulk/output/JdbcOutputPlugin.java
25
25
  - src/main/java/org/embulk/output/jdbc/AbstractJdbcOutputConnector.java