mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-12-10 01:40:25 +08:00
fix: sql切割转义等问题处理
This commit is contained in:
@@ -27,6 +27,7 @@ const (
|
||||
DbSqlExecTypeDelete int8 = 2 // 删除类型
|
||||
DbSqlExecTypeInsert int8 = 3 // 插入类型
|
||||
DbSqlExecTypeQuery int8 = 4 // 查询类型,如select、show等
|
||||
DbSqlExecTypeDDL int8 = 5 // DDL
|
||||
|
||||
DbSqlExecStatusWait = 1
|
||||
DbSqlExecStatusSuccess = 2
|
||||
|
||||
Reference in New Issue
Block a user