- 12 May, 2020 1 commit
-
-
Sergei Morozov authored
-
- 07 May, 2020 4 commits
-
-
Grégoire Paris authored
-
Grégoire Paris authored
-
Grégoire Paris authored
Use proper check in acceptForeignKey()
-
Grégoire Paris authored
move PHPStan to GitHub Actions
-
- 06 May, 2020 4 commits
-
-
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
-
Ben Davies authored
-
Ben Davies authored
-
Grégoire Paris authored
Move phpcs from Travis to GitHub Actions
-
- 05 May, 2020 5 commits
-
-
Ben Davies authored
-
Ben Davies authored
-
Ben Davies authored
-
Ben Davies authored
-
Ben Davies authored
-
- 04 May, 2020 13 commits
-
-
Grégoire Paris authored
-
Grégoire Paris authored
-
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 3 commits
-
-
Grégoire Paris authored
-
Grégoire Paris authored
-
Grégoire Paris authored
Psalm 7
-
- 20 Apr, 2020 2 commits
-
-
Grégoire Paris authored
-
Grégoire Paris authored
-