Merge pull request #1542 from dingxiaobo/20221012_fix_compile

Fix rdbms writer can't compile
This commit is contained in:
dingxiaobo 2022-10-12 19:18:34 +08:00 committed by GitHub
commit edc1e5a5ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ public class SubCommonRdbmsWriter extends CommonRdbmsWriter {
@Override
protected PreparedStatement fillPreparedStatementColumnType(
PreparedStatement preparedStatement, int columnIndex,
int columnSqltype, Column column) throws SQLException {
int columnSqltype, String typeName, Column column) throws SQLException {
java.util.Date utilDate;
try {
switch (columnSqltype) {