- 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 8 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
-
Adrien Crivelli authored
-
Adrien Crivelli authored
-
Adrien Crivelli authored
-
- 26 Dec, 2017 1 commit
-
-
Simon Podlipsky authored
-
- 06 Dec, 2017 2 commits
-
-
Grégoire Paris authored
I am not sure if there is a rationale behind ignoring extra keys like this. I was under the impression that something might copy options to platform specific options, thus leaving options in the original array, knowing they would be ignored anyway. If it is the case, it would be best to just move them, otherwise, this commit might help troubleshoot some mapping issues. I had to fix some tests that wrongly used that options array (maybe these options were valid at some point?).
-
Gabriel Caruso authored
-
- 28 Nov, 2017 1 commit
-
-
Gabriel Caruso authored
-
- 20 Nov, 2017 1 commit
-
-
Robin Appelman authored
- SERIAL and BIGSERIAL are not true types and can't be used in ALTER TABLE expressions - When changing between int and bigint auto increment fields the default should no be dropped to preserve the link between the column and the sequence.
-
- 19 Nov, 2017 8 commits
-
-
Luís Cobucci authored
Since the JSON type is simply an alias to a LONG TEXT we must force a comment, otherwise things will not work properly. Also the test for JSON types should work regardless of native JSON support (DBAL should add a comment to identify the correct type).
-
belgattitude authored
-
belgattitude authored
-
belgattitude authored
-
belgattitude authored
Unescaping re-added, support limited to schema introspection (#2850 will bring more complete coverage)
-
belgattitude authored
-
belgattitude authored
-
belgattitude authored
-