mssql 参数类型
在排序依据列表中多次指定了某一列。排序依据列表中的列必须是唯一的
This commit is contained in:
@@ -46,6 +46,11 @@ var TypeMysqlDicMp = map[string]string{
|
||||
"mediumblob": "[]byte",
|
||||
"longblob": "[]byte",
|
||||
"integer": "int64",
|
||||
"numeric": "int64",
|
||||
"smalldatetime": "time.Time", //sqlserver
|
||||
"nvarchar": "string",
|
||||
"real": "float32",
|
||||
"binary": "[]byte",
|
||||
}
|
||||
|
||||
// TypeMysqlMatchList Fuzzy Matching Types.模糊匹配类型
|
||||
|
||||
@@ -159,7 +159,7 @@ on
|
||||
where
|
||||
d.name='%v'
|
||||
order by
|
||||
a.id,a.colorder`, tab)
|
||||
a.colorder`, tab)
|
||||
|
||||
lenPk := 0
|
||||
// get keys
|
||||
|
||||
Reference in New Issue
Block a user