- 07 Aug, 2019 1 commit
-
-
David Négrier authored
-
- 30 May, 2019 1 commit
-
-
Sergei Morozov authored
-
- 24 May, 2019 1 commit
-
-
Sergei Morozov authored
The method is not used for anything else than skipping tests for specific drivers. Cross-driver portability should be established by drivers, not outside of them based on their name.
-
- 22 May, 2019 1 commit
-
-
Sergei Morozov authored
-
- 23 Apr, 2019 1 commit
-
-
Sergei Morozov authored
-
- 18 Apr, 2019 1 commit
-
-
Sergei Morozov authored
-
- 14 Apr, 2019 1 commit
-
-
Michael Moravec authored
-
- 17 Mar, 2019 1 commit
-
-
Ahmed Abdou authored
-
- 23 Feb, 2019 1 commit
-
-
Sergei Morozov authored
1. SchemaManagerFunctionalTestCase can be run only via an extending class. Otherwise, it skips all tests. If the test case is represented as an abstract class, PhpStorm will offer a choise of concrete classes which is very handy when debugging test failures. 2. DbalFunctionalTestCase and DbalPerformanceTestCase are meant to be used as base classes and don't contain any tests.
-
- 03 Feb, 2019 1 commit
-
-
Sergei Morozov authored
-
- 06 Jan, 2019 1 commit
-
-
Leo Feyer authored
-
- 30 Dec, 2018 1 commit
-
-
AlterTable authored
-
- 17 Dec, 2018 1 commit
-
-
Sergei Morozov authored
-
- 07 Dec, 2018 1 commit
-
-
Sergei Morozov authored
-
- 05 Dec, 2018 2 commits
-
-
Steve Müller authored
-
Sergei Morozov authored
-
- 02 Dec, 2018 1 commit
-
-
Sergei Morozov authored
-
- 30 Nov, 2018 1 commit
-
-
Benjamin Morel authored
-
- 24 Nov, 2018 1 commit
-
-
Sergei Morozov authored
Fixes #3336.
-
- 16 Nov, 2018 1 commit
-
-
Benoît Burnichon authored
-
- 08 Nov, 2018 1 commit
-
-
Benoît Burnichon authored
-
- 28 Sep, 2018 2 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
-
- 12 May, 2018 1 commit
-
-
Sergei Morozov authored
1. Use the actual dsdriver distribution 2. Introduced `AbstractPlatform::getCharMaxLength()` since `CHAR` and `VARCHAR` limitations are different on DB2.
-
- 11 May, 2018 2 commits
-
-
Timo Bakx authored
-
Robin Appelman authored
If a PRIMARY KEY field is defined in sqlite without autoincrement then keys might be reused when rows are deleted, explicitly settings autoincrement will prevent this. Autoincrement is not enabled by default due to additional overhead introduced with autoincrement bookkeeping and should only be enabled when the additional uniqueness is required.
-
- 01 May, 2018 1 commit
-
-
Michael Moravec authored
-
- 30 Apr, 2018 1 commit
-
-
Simon Podlipsky authored
-
- 01 Apr, 2018 1 commit
-
-
Michael Moravec authored
-
- 29 Mar, 2018 1 commit
-
-
Stefan Lorenz authored
-
- 29 Jan, 2018 1 commit
-
-
Gabriel Caruso authored
-
- 04 Jan, 2018 2 commits
-
-
Gabriel Caruso authored
-
Marco Pivetta authored
This reverts commit e3ab1276, reversing changes made to f988b0a6.
-
- 03 Jan, 2018 1 commit
-
-
Gabriel Caruso authored
-
- 02 Jan, 2018 1 commit
-
-
Adrien Crivelli authored
-
- 01 Jan, 2018 5 commits
-
-
Adrien Crivelli authored
-
Adrien Crivelli authored
-
Adrien Crivelli authored
-
Adrien Crivelli authored
We prefer to test across all platforms at once with `SchemaManagerFunctionalTestCase::testEscapedDefaultValueMustBePreserved()` rather than to test only a single specific platform.
-
Adrien Crivelli authored
-