- 06 Dec, 2017 1 commit
-
-
Gabriel Caruso authored
-
- 28 Nov, 2017 2 commits
-
-
Luís Cobucci authored
Refactoring tests
-
Gabriel Caruso authored
-
- 21 Nov, 2017 6 commits
-
-
Luís Cobucci authored
Fixes for Sqlite schema regex
-
Luís Cobucci authored
The reasoning behind this is to essentially rely on a single type (or the absence of it), therefore add type declarations. Since these are private methods we can do that without breaking BC.
-
Gawain Lynch authored
-
Gawain Lynch authored
-
Gawain Lynch authored
-
Gawain Lynch authored
-
- 20 Nov, 2017 2 commits
-
-
Luís Cobucci authored
Fix changing column from int to bigint with autoincrement
-
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 29 commits
-
-
Luís Cobucci authored
Inherit charset from master connection if not set explicitly
-
Maximilian Ruta authored
-
Luís Cobucci authored
added badges for continuousphp and other badges for 2.6
-
Luís Cobucci authored
Also reorganising things a bit to make it simpler.
-
ppaulis authored
-
Luís Cobucci authored
MariaDB 10.2 initial support Fixes: https://github.com/doctrine/dbal/issues/2819
-
Luís Cobucci authored
As per @belgattitude's review.
-
Luís Cobucci authored
Since the test is skipped when the driver is not an instance of `VersionAwarePlatformDriver` we don't need to validate it again. The message was a bit confusing as well (expected vs given).
-
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
-
belgattitude authored
-
belgattitude authored
-
belgattitude authored
-
belgattitude authored
-
belgattitude authored
-
belgattitude authored
-
belgattitude authored
-
belgattitude authored
-
belgattitude authored
-
belgattitude authored
-
belgattitude authored
-
belgattitude authored
-
belgattitude authored
-