Remove QuoteStr() in interface Dialect (#55)

This commit is contained in:
helong zhang 2019-07-24 05:07:17 +00:00 committed by Gitea
parent bac7a226ec
commit 25c56ece6d
1 changed files with 1 additions and 2 deletions

View File

@ -42,8 +42,7 @@ type Dialect interface {
IsReserved(string) bool IsReserved(string) bool
Quote(string) string Quote(string) string
// Deprecated: use Quote(string) string instead
QuoteStr() string
AndStr() string AndStr() string
OrStr() string OrStr() string
EqStr() string EqStr() string