You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by sh...@apache.org on 2023/07/21 02:46:20 UTC

[flink] branch master updated (a5a741876ab -> b9c5dc3d731)

This is an automated email from the ASF dual-hosted git repository.

shengkai pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


    from a5a741876ab [FLINK-32617][jdbc-driver] Return true or false for most methods in database meta data (#23019)
     add b9c5dc3d731 [FLINK-32616][jdbc-driver] Close result for non-query in executeQuery (#23027)

No new revisions were added by this update.

Summary of changes:
 .../apache/flink/table/jdbc/FlinkConnection.java   |  7 ++
 .../apache/flink/table/jdbc/FlinkStatement.java    |  1 +
 .../flink/table/jdbc/FlinkStatementTest.java       | 80 ++++++++++++++++++++++
 3 files changed, 88 insertions(+)