- 07 Jun, 2020 3 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Sergei Morozov authored
-
- 06 Jun, 2020 4 commits
-
-
Sergei Morozov authored
Make caching layer not rely on closeCursor()
-
Sergei Morozov authored
-
Sergei Morozov authored
Update doctrine/coding-standard to 8.0
-
Sergei Morozov authored
-
- 30 May, 2020 1 commit
-
-
Sergei Morozov authored
Introduce Statement::fetchFirstColumn()
-
- 29 May, 2020 3 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Sergei Morozov authored
-
- 28 May, 2020 1 commit
-
-
Sergei Morozov authored
Additional changes based on the discussion in #4007
-
- 27 May, 2020 28 commits
-
-
Sergei Morozov authored
This will allow for subsequent fetches in different modes.
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Grégoire Paris authored
-
Grégoire Paris authored
Psalm 6
-
Grégoire Paris authored
The php docs are not very clear about that one.
-
Grégoire Paris authored
It confuses both Psalm and PHPStan, and involves complicated mocking.
-
Grégoire Paris authored
-
Grégoire Paris authored
-
Grégoire Paris authored
-
Grégoire Paris authored
-
Grégoire Paris authored
This return type is conditional to $params['wrapperClass']. Luckily, recent versions of Psalm allow documenting it properly. See https://github.com/vimeo/psalm/issues/3277 Note that phpstan is not able to understand this yet, but still attempts to, hence the extra ignore rules.
-
Grégoire Paris authored
This hack is temporary and should be removed on 3.0.x
-
Grégoire Paris authored
-
Grégoire Paris authored
See https://github.com/vimeo/psalm/issues/3224
-
Grégoire Paris authored
This is precisely what we are testing here.
-
Grégoire Paris authored
-
Grégoire Paris authored
This is what is expected with FETCH_COLUMN
-
Grégoire Paris authored
-
Grégoire Paris authored
-
Grégoire Paris authored
-
Grégoire Paris authored
That alone fixes 6 issues found by Psalm
-
Grégoire Paris authored
-
Grégoire Paris authored
-
Grégoire Paris authored
-
Grégoire Paris authored
Not all RDBMS have a concept of database, apparently (see SQLAnywhere). Those who do not should pass in a string to stay compatible with the signature.
-
Grégoire Paris authored
-