Skip to content

Commit 9017835

Browse files
authored
Update README.md (#81)
1 parent 116db4b commit 9017835

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ This extension provides following features:
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.
1111
* builtin we support `mysqli_query`, `mysqli->query`, `PDOStatement->fetch`, `PDOStatement->fetchAll`, `PDOStatement->execute`, `PDO->query` and `PDO->prepare`
12+
* `SyntaxErrorInPreparedStatementMethodRule` can inspect prepared sql queries and detect syntax errors
1213
* `SyntaxErrorInQueryMethodRule` can inspect sql queries and detect syntax errors - `SyntaxErrorInQueryFunctionRule` can do the same for functions
1314
* builtin is query syntax error detection for `mysqli_query`, `mysqli->query`, `PDO->query` and `PDO->prepare`
1415
* `mysqli_real_escape_string` and `mysqli->real_escape_string` dynamic return type extensions

0 commit comments

Comments
 (0)