Hiroyuki Sato

Results 165 comments of Hiroyuki Sato

Hello, @shin1103 Why don't you use [embulk-input-oracle](https://rubygems.org/gems/embulk-input-oracle)? Repo([embulk-input-jdbc-external](https://github.com/hito4t/embulk-input-jdbc-external)

Oh, embulk-input-oracle doesn't support embulk v0.11 yet. A temporary workaround, use Embulk 0.9.23. Have you ever tried it?

It seems that `embulk-input-oracle` supports embulk 0.11. Could you create an issue when you want to solve it? https://github.com/hito4t/embulk-input-jdbc-external/issues

Hello, @hito4t Thank you for your comment. I just wanted to share these issues. I don't have a strong motivation to support Connector/J v8 yet. I got it. It seems...

Hello, @t-yuki Thank you for your report. 1. Change the authentication to `mysql_native_password` instead of `caching_sha2_password`. 2. apply the following patch. and run `./gradlew gem` It will create `embulk-input-mysql-0.11.0-java.gem` in...

@hito4t Thank you for your comment. I created #200. @dmikurube advised me about this implementation. [twitter](https://twitter.com/dmikurube/status/1354410454571859969?s=20). So I don't use version checking. Do you have any concerns? Let's discuss this...

@hito4t Thank you for your comment. The proposed way is simpler than the current way. @dmikurube What do you think? ```diff diff --git a/embulk-input-mysql/src/main/java/org/embulk/input/MySQLInputPlugin.java b/embulk-input-mysql/src/main/java/org/embulk/input/MySQLInputPlugin.java index 04f1bca..b333f91 100644 --- a/embulk-input-mysql/src/main/java/org/embulk/input/MySQLInputPlugin.java...

@dmikurube @hito4t Here is my current opinion. 1. If this plugin will supports MySQL Connector/J only, `getMajorVersion()` is better 2. If this plugin will supports MariaDB Connector/J, classForName is may...

> How does this work for MariaDB JDBC, and, their future updates? > Does MariaDB maintain their "major version" strategy discriminable from MySQL's one? Probably, the latest Mariadb Connecotr/J getMajorVersion...

@azumakuniyuki I've forgotten to close this issue. Thanks!