From 25c56ece6dfd7d0cf0f54a9a324117e9e2f37c8f Mon Sep 17 00:00:00 2001 From: helong zhang Date: Wed, 24 Jul 2019 05:07:17 +0000 Subject: [PATCH] Remove QuoteStr() in interface Dialect (#55) --- dialect.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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