feat: 1.8.3

This commit is contained in:
meilin.huang
2024-05-10 19:59:49 +08:00
parent 4afeac5fdd
commit 05625bd8c1
17 changed files with 96 additions and 91 deletions

View File

@@ -52,7 +52,6 @@ func (md *MysqlDialect) BatchInsert(tx *sql.Tx, tableName string, columns []stri
}
func (md *MysqlDialect) CopyTable(copy *dbi.DbCopyTable) error {
tableName := copy.TableName
// 生成新表名,为老表明+_copy_时间戳