Fix up the interface to raw queries.

This commit is contained in:
Aaron L 2016-09-14 20:57:07 -07:00
commit 12967f7b66
4 changed files with 26 additions and 26 deletions

View file

@ -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