Closed momosetkn closed 7 months ago
@momosetkn I have supported MySQL 8 in #1082.
Could you pass MysqlDialect#version
to the constructor of the existing MysqlUpsertAssembler
and absorb the differences between MySQL 5 and 8 with a conditional branch? This approach allows for less code duplication than adding a new Mysql8UpsertAssembler
.
ok, I Unificated Mysql8UpsertAssembler.java and MysqlUpsertAssembler.java.
wait for add MySQL8 dialect