@@ -46,6 +46,11 @@ var TypeMysqlDicMp = map[string]string{
|
|||||||
"mediumblob": "[]byte",
|
"mediumblob": "[]byte",
|
||||||
"longblob": "[]byte",
|
"longblob": "[]byte",
|
||||||
"integer": "int64",
|
"integer": "int64",
|
||||||
|
"numeric": "float64",
|
||||||
|
"smalldatetime": "time.Time", //sqlserver
|
||||||
|
"nvarchar": "string",
|
||||||
|
"real": "float32",
|
||||||
|
"binary": "[]byte",
|
||||||
}
|
}
|
||||||
|
|
||||||
// TypeMysqlMatchList Fuzzy Matching Types.模糊匹配类型
|
// TypeMysqlMatchList Fuzzy Matching Types.模糊匹配类型
|
||||||
|
|||||||
@@ -159,7 +159,7 @@ on
|
|||||||
where
|
where
|
||||||
d.name='%v'
|
d.name='%v'
|
||||||
order by
|
order by
|
||||||
a.id,a.colorder`, tab)
|
a.colorder`, tab)
|
||||||
|
|
||||||
lenPk := 0
|
lenPk := 0
|
||||||
// get keys
|
// get keys
|
||||||
|
|||||||
Reference in New Issue
Block a user