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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user