Value receiver for TableAndQuery
This commit is contained in:
parent
f38071944f
commit
62b7a14ec0
@ -5,7 +5,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
// TableAndQuery returns the table name and the query already formatted as a string
|
// TableAndQuery returns the table name and the query already formatted as a string
|
||||||
func (scope *Scope) TableAndQuery() (string, string) {
|
func (scope Scope) TableAndQuery() (string, string) {
|
||||||
scope.InstanceSet("skip_bindvar", true)
|
scope.InstanceSet("skip_bindvar", true)
|
||||||
scope.prepareQuerySQL()
|
scope.prepareQuerySQL()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user