oracle support doulbe quote but not square quote
This commit is contained in:
parent
6160c8c670
commit
cb199fcae2
|
@ -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