bug fixed #260
This commit is contained in:
parent
a4765bce78
commit
b6a31aa9a3
|
@ -625,7 +625,7 @@ func (statement *Statement) convertIdSql(sqlStr string) string {
|
|||
}
|
||||
|
||||
colstrs := statement.JoinColumns(cols)
|
||||
sqls := splitNNoCase(sqlStr, "from", 2)
|
||||
sqls := splitNNoCase(sqlStr, " from ", 2)
|
||||
if len(sqls) != 2 {
|
||||
return ""
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue