Fix random typo
This commit is contained in:
parent
7e5374eb22
commit
833fd04c6b
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ func SchemaTable(lq, rq string, driver string, schema string, table string) stri
|
||||||
return fmt.Sprintf(`%s%s%s`, lq, table, rq)
|
return fmt.Sprintf(`%s%s%s`, lq, table, rq)
|
||||||
}
|
}
|
||||||
|
|
||||||
// IdentQuote attempts to quote simple identifiers in SQL tatements
|
// IdentQuote attempts to quote simple identifiers in SQL statements
|
||||||
func IdentQuote(lq byte, rq byte, s string) string {
|
func IdentQuote(lq byte, rq byte, s string) string {
|
||||||
if strings.ToLower(s) == "null" || s == "?" {
|
if strings.ToLower(s) == "null" || s == "?" {
|
||||||
return s
|
return s
|
||||||
|
|
Loading…
Reference in a new issue