Types rename.
This commit is contained in:
parent
db43f471ec
commit
18bbf1b5fb
32 changed files with 98 additions and 97 deletions
|
|
@ -76,7 +76,7 @@ func (i *insertStatementImpl) DebugSql() (query string, err error) {
|
|||
}
|
||||
|
||||
func (i *insertStatementImpl) Sql() (sql string, args []interface{}, err error) {
|
||||
queryData := &queryData{}
|
||||
queryData := &sqlBuilder{}
|
||||
|
||||
queryData.newLine()
|
||||
queryData.writeString("INSERT INTO")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue