We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4340423 commit c6cd903Copy full SHA for c6cd903
oracle/oracle.go
@@ -57,8 +57,6 @@ import (
57
"gorm.io/gorm/migrator"
58
"gorm.io/gorm/schema"
59
"gorm.io/gorm/utils"
60
-
61
- _ "github.com/godror/godror"
62
)
63
64
const DefaultDriverName string = "godror"
tests/go.mod
@@ -28,3 +28,5 @@ require (
28
29
30
replace github.com/oracle-samples/gorm-oracle => ../
31
+
32
+// replace github.com/godror/godror => /Users/tinglwang/vscodeWorkspace/godror
0 commit comments