Fix up the interface to raw queries.
This commit is contained in:
parent
5149df8359
commit
12967f7b66
4 changed files with 26 additions and 26 deletions
bdb
|
@ -24,7 +24,7 @@ type Interface interface {
|
|||
Close()
|
||||
|
||||
// Dialect helpers, these provide the values that will go into
|
||||
// a boil.Dialect, so the query builder knows how to support
|
||||
// a queries.Dialect, so the query builder knows how to support
|
||||
// your database driver properly.
|
||||
LeftQuote() byte
|
||||
RightQuote() byte
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue