- 06 May, 2020 1 commit
-
-
Grégoire Paris authored
Checking that the platform supports foreign key is not the right case here, because we should check if we can create them by themselves, after the table is created. It is not the case for Sqlite. Closes #3990
-
- 04 May, 2020 11 commits
-
-
Grégoire Paris authored
Bump cs libs
-
Grégoire Paris authored
-
Grégoire Paris authored
Upstream libs and tools have improvements that make them unnecessary.
-
Grégoire Paris authored
-
Grégoire Paris authored
-
Grégoire Paris authored
-
Grégoire Paris authored
-
Grégoire Paris authored
-
Sergei Morozov authored
-
Grégoire Paris authored
-
Grégoire Paris authored
-
- 02 May, 2020 1 commit
-
-
Sergei Morozov authored
[GH-1204] Add full support for foreign key constraints for SQLite
-
- 01 May, 2020 1 commit
-
-
Benjamin Eberlei authored
-
- 29 Apr, 2020 1 commit
-
-
Grégoire Paris authored
Use composer install in the Psalm job
-
- 28 Apr, 2020 1 commit
-
-
Grégoire Paris authored
Our policy states that we do not want a new release to suddenly affect our builds.
-
- 27 Apr, 2020 1 commit
-
-
Grégoire Paris authored
Remove unneeded and risky stubs parsing
-
- 26 Apr, 2020 1 commit
-
-
Grégoire Paris authored
PHPStan already reads these stubs, but in a controlled and safe why. It does not seem to read global constants yet, which is why we define OCI_NO_AUTO_COMMIT if undefined. Might be unneeded in the future too.
-
- 22 Apr, 2020 2 commits
-
-
Grégoire Paris authored
-
Grégoire Paris authored
This constant is not recognized by PHPStan, and besides the docs say this: > Prior to PHP 5.3.2 (PECL OCI8 1.4) use OCI_DEFAULT which is equivalent to OCI_NO_AUTO_COMMIT. See https://www.php.net/manual/en/function.oci-execute.php
-
- 21 Apr, 2020 1 commit
-
-
Grégoire Paris authored
Psalm 7
-
- 20 Apr, 2020 7 commits
-
-
Grégoire Paris authored
-
Grégoire Paris authored
-
Grégoire Paris authored
The mismatch is deliberate.
-
Grégoire Paris authored
This part of the code is too convoluted for Psalm (and maybe for humans too).
-
Grégoire Paris authored
That method is already defined in the parent interface. This was shown as an error by Psalm but should not be considered one IMO. See https://github.com/vimeo/psalm/pull/3203
-
Sergei Morozov authored
-
Sergei Morozov authored
-
- 19 Apr, 2020 1 commit
-
-
Sergei Morozov authored
Stop relying on the master version of Psalm
-
- 18 Apr, 2020 3 commits
-
-
Sergei Morozov authored
Mark every exception as immutable
-
Grégoire Paris authored
-
Grégoire Paris authored
I just got bitten by a bug on master at https://github.com/doctrine/sql-formatter/pull/43#issuecomment-615576443, and there are good chances we have the bug on the Dbal too. Anyway, it only makes sense to use the same version as in the vendors.
-
- 17 Apr, 2020 2 commits
-
-
Sergei Morozov authored
Reworked LoggingTest to be able to test Statement::executeUpdate()
-
Sergei Morozov authored
-
- 16 Apr, 2020 2 commits
-
-
Sergei Morozov authored
Remove baseline
-
Grégoire Paris authored
null contradicts the phpdoc
-
- 15 Apr, 2020 4 commits
-
-
Grégoire Paris authored
-
Grégoire Paris authored
-
Grégoire Paris authored
-
Grégoire Paris authored
-