зеркало из https://github.com/github/codeql.git
Python: Apply suggestions from code review
Co-authored-by: Anders Schack-Mulligen <aschackmull@users.noreply.github.com>
This commit is contained in:
Родитель
cff63ad5d5
Коммит
bfa8515b28
|
@ -129,7 +129,7 @@ module SqlAlchemy {
|
|||
ConnectionConstruction() {
|
||||
// without the `pragma[only_bind_out]` we would start with joining
|
||||
// `API::Node.getACall` with `CallCfgNode` which is not optimal
|
||||
this = pragma[only_bind_out](classRef().getACall())
|
||||
this = pragma[only_bind_out](classRef()).getACall()
|
||||
or
|
||||
this = connectionConstruction_helper()
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче