Skip to content

Commit c7936fd

Browse files
authored
Update README.md (#218)
1 parent a6395f2 commit c7936fd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ At the moment only mysql/mariadb databases are supported. Technically it's not a
1818

1919
[see the unit-testsuite](https://github.com/staabm/phpstan-dba/tree/main/tests/data) to get a feeling about the current featureset.
2020

21-
__Its really early days... and this libs has a few rough edges.__
2221

2322
## DEMO
2423

@@ -188,8 +187,6 @@ __the callable format is `funtionName#parameterIndex`, while the parameter-index
188187

189188
## Todos
190189

191-
- support [more mysql to PHPStan type mappings](https://github.com/staabm/phpstan-dba/blob/b868f40c80afcecd3de408df3801b5a24e220dd8/src/QueryReflection/MysqliQueryReflector.php#L111)
192-
- cover more real world examples and fine tune the [QueryReflection classes](https://github.com/staabm/phpstan-dba/tree/main/src/QueryReflection)
193190
- support a PDO based `QueryReflector`
194191
- security rule: detect possible sql injections
195192
- performance rule: detect queries not using indexes

0 commit comments

Comments
 (0)