Add default placeholder formatter for concat-expr
This commit is contained in:
parent
22061063c9
commit
ea2c19c914
@ -12,7 +12,7 @@ type (
|
||||
)
|
||||
|
||||
func SquirrelConcatExpr(args ...interface{}) *squirrelConcatExpr {
|
||||
return &squirrelConcatExpr{args: args}
|
||||
return &squirrelConcatExpr{args: args, f: squirrel.Question}
|
||||
}
|
||||
|
||||
func (w *squirrelConcatExpr) PlaceholderFormat(f squirrel.PlaceholderFormat) *squirrelConcatExpr {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user