1
0
mirror of https://gitea.com/xorm/core synced 2025-10-05 23:52:41 +02:00

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

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