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 36f0a78 commit 999ec70Copy full SHA for 999ec70
javascript/ql/lib/semmle/javascript/frameworks/SQL.qll
@@ -122,7 +122,11 @@ private module Postgres {
122
}
123
124
125
- /** Gets a Postgres Query member. */
+ /**
126
+ * Gets a Postgres Query class.
127
+ *
128
+ * Please note that according to [this documentation](https://node-postgres.com/apis/client) this is an advance feature
129
+ */
130
API::Node query() { result = API::moduleImport("pg").getMember("Query") }
131
132
/** An expression that is passed to the `query` method and hence interpreted as SQL. */
0 commit comments