Remove QuoteStr() in interface Dialect #55

Merged
lunny merged 1 commits from betacat0/core:remove-quotestr into master 2019-07-24 05:07:18 +00:00
Showing only changes of commit bf045fdb8a - Show all commits

View File

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