Types rename.
This commit is contained in:
parent
db43f471ec
commit
18bbf1b5fb
32 changed files with 98 additions and 97 deletions
2
cast.go
2
cast.go
|
|
@ -42,7 +42,7 @@ func CAST(expression Expression) cast {
|
|||
}
|
||||
}
|
||||
|
||||
func (b *castImpl) serialize(statement statementType, out *queryData, options ...serializeOption) error {
|
||||
func (b *castImpl) serialize(statement statementType, out *sqlBuilder, options ...serializeOption) error {
|
||||
err := b.Expression.serialize(statement, out, options...)
|
||||
out.writeString("::" + b.castType)
|
||||
return err
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue