diff --git a/dialect.go b/dialect.go index 0a0c2d0d..c166596c 100644 --- a/dialect.go +++ b/dialect.go @@ -42,8 +42,7 @@ type Dialect interface { IsReserved(string) bool Quote(string) string - // Deprecated: use Quote(string) string instead - QuoteStr() string + AndStr() string OrStr() string EqStr() string