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 bea3132 commit 92f04caCopy full SHA for 92f04ca
oracle/query.go
@@ -45,11 +45,9 @@ import (
45
)
46
47
// Identifies the table name alias provided as
48
-// "\"users\" \"u\"". Gorm
+// "\"users\" \"u\"". Gorm already handles
49
//
50
-// already handles the other formats like
51
-//
52
-// "users u", "users AS u" etc.
+// the other formats like "users u", "users AS u" etc.
53
var tableRegexp = regexp.MustCompile(`^"([^"]+)"\s+"([^"]+)"$`)
54
55
func BeforeQuery(db *gorm.DB) {
0 commit comments