Skip to content

Commit 314d0fc

Browse files
staabmclxmstaab
andauthored
Update README.md (#60)
Co-authored-by: Markus Staab <m.staab@complex-it.de>
1 parent b9c52b0 commit 314d0fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This extension provides following features:
88

99
* the array shape of results can be inferred for `PDOStatement` and `mysqli_result`
1010
* .. when the query string can be resolved at analysis time. This is even possible for queries containing php-variables, as long as their typ is known in most cases.
11-
* builtin we support `mysqli_query`, `mysqli->query`, `PDOStatement->fetch`, `PDOStatement->fetchAll`, `PDO->query` and `PDO->prepare`
11+
* builtin we support `mysqli_query`, `mysqli->query`, `PDOStatement->fetch`, `PDOStatement->fetchAll`, `PDOStatement->execute`, `PDO->query` and `PDO->prepare`
1212
* `SyntaxErrorInQueryMethodRule` can inspect sql queries and detect syntax errors - `SyntaxErrorInQueryFunctionRule` can do the same for functions
1313
* builtin is query syntax error detection for `mysqli_query`, `mysqli->query`, `PDO->query` and `PDO->prepare`
1414
* `mysqli_real_escape_string` and `mysqli->real_escape_string` dynamic return type extensions

0 commit comments

Comments
 (0)