1
0
镜像自地址 https://github.com/beego/bee.git 已同步 2025-07-17 18:22:17 +00:00

add time into temporal type

这个提交包含在:
ZhengYang
2014-08-28 17:11:56 +08:00
父节点 5ec39d71ed
当前提交 05882bb4f6

查看文件

@@ -892,7 +892,7 @@ func camelCase(in string) string {
}
func isSQLTemporalType(t string) bool {
return t == "date" || t == "datetime" || t == "timestamp"
return t == "date" || t == "datetime" || t == "timestamp" || t == "time"
}
func isSQLStringType(t string) bool {