oracle support doulbe quote but not square quote (#1571)
oracle support doulbe quote but not square quote Reviewed-on: https://gitea.com/xorm/xorm/pulls/1571
This commit is contained in:
parent
6160c8c670
commit
d1cda3f21b
|
@ -554,7 +554,7 @@ func (db *oracle) IsReserved(name string) bool {
|
|||
}
|
||||
|
||||
func (db *oracle) Quoter() schemas.Quoter {
|
||||
return schemas.Quoter{"[", "]"}
|
||||
return schemas.Quoter{"\"", "\""}
|
||||
}
|
||||
|
||||
func (db *oracle) SupportEngine() bool {
|
||||
|
|
Loading…
Reference in New Issue