[PR] [FLINK-33069]Mysql and Postgres catalog support url extra parameters [flink-connector-jdbc]

2023-11-12 Thread via GitHub
waywtdcc opened a new pull request, #74: URL: https://github.com/apache/flink-connector-jdbc/pull/74 Mysql and Postgres catalog support url extra parameters CREATE CATALOG mymysql WITH( 'type' = 'jdbc', 'default-database' = 'test', 'username' = 'root', 'password' = 'xxx',

Re: [PR] [FLINK-33069]Mysql and Postgres catalog support url extra parameters [flink-connector-jdbc]

2023-11-12 Thread via GitHub
waywtdcc closed pull request #74: [FLINK-33069]Mysql and Postgres catalog support url extra parameters URL: https://github.com/apache/flink-connector-jdbc/pull/74 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [FLINK-33069]Mysql and Postgres catalog support url extra parameters [flink-connector-jdbc]

2023-11-12 Thread via GitHub
waywtdcc commented on PR #74: URL: https://github.com/apache/flink-connector-jdbc/pull/74#issuecomment-1807313452 > > Because sometimes you need to use ?characterEncoding=utf8 similar url parameters to connect to jdbc > > But why not just pass these in to the base URL? The

Re: [PR] [FLINK-33069]Mysql and Postgres catalog support url extra parameters [flink-connector-jdbc]

2023-11-12 Thread via GitHub
waywtdcc commented on PR #74: URL: https://github.com/apache/flink-connector-jdbc/pull/74#issuecomment-1807313296 > > Because sometimes you need to use ?characterEncoding=utf8 similar url parameters to connect to jdbc > > But why not just pass these in to the base URL? The

Re: [PR] [FLINK-33069]Mysql and Postgres catalog support url extra parameters [flink-connector-jdbc]

2023-11-08 Thread via GitHub
MartijnVisser commented on PR #74: URL: https://github.com/apache/flink-connector-jdbc/pull/74#issuecomment-1801356381 > Because sometimes you need to use ?characterEncoding=utf8 similar url parameters to connect to jdbc But why not just pass these in to the base URL? -- This is

Re: [PR] [FLINK-33069]Mysql and Postgres catalog support url extra parameters [flink-connector-jdbc]

2023-11-07 Thread via GitHub
waywtdcc commented on PR #74: URL: https://github.com/apache/flink-connector-jdbc/pull/74#issuecomment-1801124368 > @waywtdcc Why does this need to be an additional parameter? Because sometimes you need to use ?characterEncoding=utf8 similar url parameters to connect to jdbc --

Re: [PR] [FLINK-33069]Mysql and Postgres catalog support url extra parameters [flink-connector-jdbc]

2023-10-30 Thread via GitHub
MartijnVisser commented on PR #74: URL: https://github.com/apache/flink-connector-jdbc/pull/74#issuecomment-178423 @waywtdcc Why does this need to be an additional parameter? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [PR] [FLINK-33069]Mysql and Postgres catalog support url extra parameters [flink-connector-jdbc]

2023-10-17 Thread via GitHub
waywtdcc commented on PR #74: URL: https://github.com/apache/flink-connector-jdbc/pull/74#issuecomment-1767487006 @MartijnVisser Hello, can you review this PR when you have time? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to