Skip to content

Commit

Permalink
Update dialect.go
Browse files Browse the repository at this point in the history
Adding an entry for the renamed goracle driver to godror and added the new location
  • Loading branch information
jarrodhroberson authored Sep 8, 2020
1 parent bb5b36b commit 704a5f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dialect.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ var driverDialect = map[string]*dialect{
"*mssql.MssqlDriver": &mssql, // github.com/denisenkom/go-mssqldb
"*freetds.MssqlDriver": &mssql, // github.com/minus5/gofreetds - TODO(js) No datatypes. Error on create view.
"*goracle.drv": &oracle, // gopkg.in/goracle.v2
"*godror.drv": &oracle, // github.com/godror/godror
"*ora.Drv": &oracle, // gopkg.in/rana/ora.v4 - TODO(js) Mismatched datatypes.
"*oci8.OCI8DriverStruct": &oracle, // github.com/mattn/go-oci8 - TODO(js) Mismatched datatypes.
"*oci8.OCI8Driver": &oracle, // github.com/mattn/go-oci8 - TODO(js) Mismatched datatypes.
Expand Down

0 comments on commit 704a5f2

Please sign in to comment.