Python: Model Connection.execution_options

This commit is contained in:
Rasmus Wriedt Larsen
2021-09-01 15:03:13 +02:00
parent 2acf518037
commit 1ab04a7276
2 changed files with 4 additions and 2 deletions

View File

@@ -111,6 +111,8 @@ private module SqlAlchemy {
this.(DataFlow::MethodCallNode).calls(Engine::instance(), ["begin", "connect"])
or
this.(DataFlow::MethodCallNode).calls(instance(), "connect")
or
this.(DataFlow::MethodCallNode).calls(instance(), "execution_options")
}
}