Skip to content

Commit 1d03384

Browse files
committed
Rust: Fix SqlExecute.
1 parent 2810d64 commit 1d03384

File tree

1 file changed

+1
-1
lines changed
  • rust/ql/lib/codeql/rust/frameworks

1 file changed

+1
-1
lines changed

rust/ql/lib/codeql/rust/frameworks/Sqlx.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ private class SqlxQuery extends SqlConstruction::Range {
2828
/**
2929
* A call to `sqlx::Executor::execute`.
3030
*/
31-
private class SqlxExecute extends SqlConstruction::Range {
31+
private class SqlxExecute extends SqlExecution::Range {
3232
MethodCallExpr call;
3333

3434
SqlxExecute() {

0 commit comments

Comments
 (0)