Skip to content

Commit 25c56ec

Browse files
BetaCat0Gitea
authored and
Gitea
committed
Remove QuoteStr() in interface Dialect (#55)
1 parent bac7a22 commit 25c56ec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dialect.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ type Dialect interface {
4242

4343
IsReserved(string) bool
4444
Quote(string) string
45-
// Deprecated: use Quote(string) string instead
46-
QuoteStr() string
45+
4746
AndStr() string
4847
OrStr() string
4948
EqStr() string

0 commit comments

Comments
 (0)