1 Star 0 Fork 0

玟兵/go-util

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
mysql_errors.go 366 Bytes
一键复制 编辑 原始数据 按行查看 历史
玟兵 提交于 2024-08-23 21:50 +08:00 . mysql 防范注入
package util
import "errors"
var (
ErrMysqlWrongSql = errors.New("wrong sql")
ErrMysqlEmptyData = errors.New("empty data")
ErrMysqlWrongDsn = errors.New("wrong mysql dsn")
ErrMysqlWrongOption = errors.New("wrong option")
ErrMysqlPageTooLarge = errors.New("page too large")
ErrMysqlColWithBQuote = errors.New("column name with back quote")
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/binny_w/go-util.git
git@gitee.com:binny_w/go-util.git
binny_w
go-util
go-util
v0.0.49

搜索帮助