Add LOCK table support.
This commit is contained in:
parent
dd9b815dbb
commit
c9561ecc37
8 changed files with 142 additions and 116 deletions
|
|
@ -14,8 +14,6 @@ func Literal(value interface{}) *literalExpression {
|
|||
}
|
||||
|
||||
func (l literalExpression) Serialize(out *queryData, options ...serializeOption) error {
|
||||
//sqltypes.Value(c.value).EncodeSql(out)
|
||||
|
||||
out.InsertArgument(l.value)
|
||||
|
||||
return nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue