Skip to content

Commit 52f5f8e

Browse files
authored
Update README.md (#34)
1 parent 848a567 commit 52f5f8e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,15 @@ __the callable format is `funtionName#parameterIndex`, while the parameter-index
116116
composer require --dev staabm/phpstan-dba
117117
```
118118

119-
## Todos / Caveats
119+
## Caveats
120+
121+
- running `RecordingQueryReflector` requires in PHPStan-non-debug mode (currently we see concurrency issues while building the cache).
122+
123+
## Todos
120124

121125
- support placeholders in queries
122126
- support named placeholders in queries
123127
- support the [phpstan/extension-installer](https://github.com/phpstan/extension-installer)
124128
- support [more mysql to PHPStan type mappings](https://github.com/staabm/phpstan-dba/blob/b868f40c80afcecd3de408df3801b5a24e220dd8/src/QueryReflection/MysqliQueryReflector.php#L111)
125129
- cover more real world examples and fine tune the [QueryReflection classes](https://github.com/staabm/phpstan-dba/tree/main/src/QueryReflection)
126130
- support a PDO based QueryReflector
127-
- support running `RecordingQueryReflector` in PHPStan-non-debug mode (currently we see concurrency issues while building the cache)

0 commit comments

Comments
 (0)