Explicit cast for MySQL date/time literals.
This commit is contained in:
parent
cb606f9026
commit
3089bffa1c
3 changed files with 71 additions and 50 deletions
|
|
@ -29,7 +29,6 @@ type SerializeFunc func(statement StatementType, out *SqlBuilder, options ...Ser
|
|||
type SerializeOverride func(expressions ...Expression) SerializeFunc
|
||||
|
||||
type QueryPlaceholderFunc func(ord int) string
|
||||
|
||||
type UpdateAssigmentFunc func(columns []IColumn, values []Clause, out *SqlBuilder) (err error)
|
||||
|
||||
type DialectParams struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue