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 5c65641 commit be883adCopy full SHA for be883ad
rust/ql/test/library-tests/frameworks/postgres/Postgres.ql
@@ -15,10 +15,10 @@ module PostgresTest implements TestSig {
15
value = ""
16
)
17
or
18
- exists(ModeledDatabaseSource sink |
19
- location = sink.getLocation() and
+ exists(ModeledDatabaseSource source |
+ location = source.getLocation() and
20
location.getFile().getBaseName() != "" and
21
- element = sink.toString() and
+ element = source.toString() and
22
tag = "database-read" and
23
24
0 commit comments