Skip to content

Commit 20d1ae1

Browse files
committed
Fix Association model
1 parent 796a81a commit 20d1ae1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

go/ql/lib/ext/gorm.io.gorm.model.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ extensions:
1010
pack: codeql/go-all
1111
extensible: sourceModel
1212
data:
13-
- ["group:gorm", "ConnPool", True, "QueryContext", "", "", "ReturnValue", "manual"]
14-
- ["group:gorm", "ConnPool", True, "QueryRowContext", "", "", "ReturnValue", "manual"]
15-
- ["group:gorm", "DB", True, "Association", "", "", "Argument[0]", "database", "manual"]
13+
- ["group:gorm", "Association", True, "Find", "", "", "Argument[0]", "database", "manual"]
14+
- ["group:gorm", "ConnPool", True, "QueryContext", "", "", "ReturnValue[0]", "database", "manual"]
15+
- ["group:gorm", "ConnPool", True, "QueryRowContext", "", "", "ReturnValue", "database", "manual"]
1616
- ["group:gorm", "DB", True, "Find", "", "", "Argument[0]", "database", "manual"]
1717
- ["group:gorm", "DB", True, "FindInBatches", "", "", "Argument[0]", "database", "manual"]
1818
- ["group:gorm", "DB", True, "First", "", "", "Argument[0]", "database", "manual"]

0 commit comments

Comments
 (0)