You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by ga...@apache.org on 2023/05/04 07:52:10 UTC

[incubator-seatunnel] branch dev updated (b24c3226e -> 89b0099ff)

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

gaojun2048 pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git


    from b24c3226e [Hotfix][Jdbc[SqlServer] Fix sqlserver jdbc url parse (#4697)
     add 89b0099ff [Bugfix][Jdbc-Mysql Mysql-CDC] Fix MySQL BIT type incorrectly converted to Boolean type (#4671)

No new revisions were added by this update.

Summary of changes:
 .../jdbc/catalog/mysql/MysqlDataTypeConvertor.java   | 15 +++++++++++----
 .../jdbc/internal/dialect/mysql/MySqlTypeMapper.java |  6 +++++-
 .../connectors/seatunnel/jdbc/JdbcMysqlIT.java       | 20 ++++++++++++++++++--
 .../test/resources/jdbc_mysql_source_and_sink.conf   |  4 ++--
 .../jdbc_mysql_source_and_sink_parallel.conf         |  4 ++--
 ...c_mysql_source_and_sink_parallel_upper_lower.conf |  4 ++--
 .../resources/jdbc_mysql_source_and_sink_xa.conf     |  4 ++--
 7 files changed, 42 insertions(+), 15 deletions(-)