update dialect Quote
This commit is contained in:
parent
c41ec45883
commit
327f6abd5b
|
@ -552,7 +552,7 @@ func (db *oracle) IsReserved(name string) bool {
|
|||
}
|
||||
|
||||
func (db *oracle) Quote(name string) string {
|
||||
return "\"" + name + "\""
|
||||
return "[" + name + "]"
|
||||
}
|
||||
|
||||
func (db *oracle) SupportEngine() bool {
|
||||
|
|
Loading…
Reference in New Issue