update dialect Quote

This commit is contained in:
zhanghelong 2019-07-24 13:59:47 +08:00
parent c41ec45883
commit 327f6abd5b
1 changed files with 1 additions and 1 deletions

View File

@ -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 {