Remove QuoteStr() in interface Dialect (#55)
This commit is contained in:
parent
bac7a226ec
commit
25c56ece6d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue