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 d0f63e6 commit d49afeeCopy full SHA for d49afee
oracle/query.go
@@ -46,8 +46,7 @@ import (
46
47
// Identifies the table name alias provided as
48
// "\"users\" \"u\"" and "\"users\" u". Gorm already handles
49
-//
50
-// the other formats like "users u", "users AS u" etc.
+// the other formats like "users u", "users AS u" etc.
51
var tableRegexp = regexp.MustCompile(`^"(\w+)"\s+"?(\w+)"?$`)
52
53
func BeforeQuery(db *gorm.DB) {
0 commit comments