-
I was hoping to use debug mode to find all queries that phpstan-dba fails to resolve, since these will not report any errors in non-debug mode. However, there appears to be a class of queries that sil…
-
-
Atm table aliases only work with the MysqliQueryReflector
see
![grafik](https://user-images.githubusercontent.com/120441/153636484-ec182c05-f50b-4611-a4a3-6fd79967530b.png)
![grafik](https:/…
-
I ran into a PHPStan error on the following code: https://phpstan.org/r/0a244b72-7cea-4746-8d69-26b17871fd62
After installing this package, I was still getting the same error, but noticed the cache…
-
I think I've isolated an issue where queries with errors are not being reported. If a write query is missing a parameter, then it seems that no errors are reported for that query under any circumstanc…
-
I am running the query `'SELECT count(email) from ada'` thru this code:
```php
$queryString = 'SELECT count(email) from ada';
$platform = Platform::get(Platform::MYSQL, '8.0'); …
-
Type: Bug
- VS Code Version: 1.77
- OS Version: Windows 10
Repro Steps:
1. Paste the following code into vscode.dev
```
export class test {
private something(): string {
let myvar:…
-
Hello
in my dibi fork, I was able to successfully test update/delete/insert statements (inside a transaction). @staabm commented it out as not supported yet (https://github.com/staabm/phpstan-dba/p…
-
# Bug report
I cannot reproduce it yet or know the exact circumstances, but I sometimes get errors like
```
------ -----------------------------------------------------------------
…
-
Hello @staabm
the dibi driver returns date/datetime/timestamp columns as \DateTimeImmutable object.
```diff
diff --git a/vendor/staabm/phpstan-dba/src/TypeMapping/MysqlTypeMapper.php b/vendor/…