We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15f5055 commit e69e838Copy full SHA for e69e838
go/ql/lib/ext/github.com.mastermind.squirrel.model.yml
@@ -53,6 +53,10 @@ extensions:
53
pack: codeql/go-all
54
extensible: sourceModel
55
data:
56
+ - ["group:squirrel", "", True, "QueryContextWith", "", "", "ReturnValue[0]", "database", "manual"]
57
+ - ["group:squirrel", "", True, "QueryRowContextWith", "", "", "ReturnValue", "database", "manual"]
58
+ - ["group:squirrel", "", True, "QueryRowWith", "", "", "ReturnValue", "database", "manual"]
59
+ - ["group:squirrel", "", True, "QueryWith", "", "", "ReturnValue[0]", "database", "manual"]
60
- ["group:squirrel", "QueryRower", True, "QueryRow", "", "", "ReturnValue[0]", "database", "manual"]
61
- ["group:squirrel", "QueryRowerContext", True, "QueryRowContext", "", "", "ReturnValue[0]", "database", "manual"]
62
- ["group:squirrel", "Queryer", True, "Query", "", "", "ReturnValue[0]", "database", "manual"]
0 commit comments