Types rename.
This commit is contained in:
parent
db43f471ec
commit
18bbf1b5fb
32 changed files with 98 additions and 97 deletions
|
|
@ -62,7 +62,7 @@ func (l *lockStatementImpl) Sql() (query string, args []interface{}, err error)
|
|||
return "", nil, errors.New("There is no table selected to be locked. ")
|
||||
}
|
||||
|
||||
out := &queryData{}
|
||||
out := &sqlBuilder{}
|
||||
|
||||
out.newLine()
|
||||
out.writeString("LOCK TABLE")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue