Types rename.
This commit is contained in:
parent
db43f471ec
commit
18bbf1b5fb
32 changed files with 98 additions and 97 deletions
|
|
@ -11,7 +11,7 @@ var (
|
|||
|
||||
type keywordClause string
|
||||
|
||||
func (k keywordClause) serialize(statement statementType, out *queryData, options ...serializeOption) error {
|
||||
func (k keywordClause) serialize(statement statementType, out *sqlBuilder, options ...serializeOption) error {
|
||||
out.writeString(string(k))
|
||||
|
||||
return nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue