Re: [PR] [FLINK-33800][JDBC/Connector] Allow passing parameters to database via jdbc url [flink-connector-jdbc]

2023-12-15 Thread via GitHub
eskabetxe commented on PR #83: URL: https://github.com/apache/flink-connector-jdbc/pull/83#issuecomment-1857538260 this is also related with this: https://github.com/apache/flink-connector-jdbc/pull/74 -- This is an automated message from the Apache Git Service. To respond to the

Re: [PR] [FLINK-33800][JDBC/Connector] Allow passing parameters to database via jdbc url [flink-connector-jdbc]

2023-12-15 Thread via GitHub
eskabetxe commented on PR #83: URL: https://github.com/apache/flink-connector-jdbc/pull/83#issuecomment-1857519079 Hi @snuyanzin, I can imagine that the intention would be to have all the db's with a single catalog, but being mandatory the default-database my assumption can be wrong..

[PR] [FLINK-33800][JDBC/Connector] Allow passing parameters to database via jdbc url [flink-connector-jdbc]

2023-12-11 Thread via GitHub
snuyanzin opened a new pull request, #83: URL: https://github.com/apache/flink-connector-jdbc/pull/83 The idea is pretty straightforward: from one side there is a jdbc url which is normally is provided by most of the dbs providers to connect to. From the other side for some, probably