- 21 Oct, 2018 1 commit
-
-
Bruno authored
The first capturing group of the parser regex was stopping form the moment it would find a `[` character.
-
- 16 Oct, 2018 1 commit
-
-
Ben Davies authored
-
- 01 Sep, 2018 2 commits
-
-
Bruno Vitorino authored
-
Alexander Deider authored
-
- 19 Jun, 2018 2 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
Closes #3187.
-
- 17 Jun, 2018 2 commits
-
-
Gabriel Caruso authored
-
Gabriel Caruso authored
-
- 14 Jun, 2018 1 commit
-
-
Aleksey Shmelev authored
-
- 12 Jun, 2018 1 commit
-
-
Ashley Dawson authored
-
- 07 Jun, 2018 1 commit
-
-
Michael Moravec authored
-
- 21 May, 2018 1 commit
-
-
Sergei Morozov authored
-
- 19 May, 2018 1 commit
-
-
Sergei Morozov authored
-
- 15 May, 2018 1 commit
-
-
Michele Locati 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
-
- 29 Apr, 2018 1 commit
-
-
Sergei Morozov authored
For testing purposes and not only, it may be needed to evaluate an arbitrary SQL expression (see https://github.com/doctrine/dbal/pull/3013, https://github.com/doctrine/dbal/pull/3108). Instead of doing `str_replace()` on an expected string, one could specify the expression explicitly.
-
- 28 Apr, 2018 2 commits
-
-
Sergei Morozov authored
The SQLite and Oracle platforms produces a `ROUND()`'ed or `TRUNC()`'ated difference between the datetimes. However it should be the difference between dates.
-
Sergei Morozov authored
Fixes https://github.com/doctrine/dbal/issues/3114
-
- 07 Apr, 2018 2 commits
-
-
Michael Moravec authored
-
Sergei Morozov authored
-
- 06 Apr, 2018 1 commit
-
-
Andy Truong authored
-
- 01 Apr, 2018 1 commit
-
-
Michael Moravec authored
-
- 30 Mar, 2018 1 commit
-
-
Tobias Schultze authored
-
- 29 Mar, 2018 5 commits
-
-
Stefan Lorenz authored
-
Luís Cobucci authored
-
Luis Galeas authored
-
Michael Raith authored
-
Full authored
-
- 16 Mar, 2018 3 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
-
photodude authored
-
- 01 Mar, 2018 1 commit
-
-
Gabriel Caruso authored
-
- 11 Feb, 2018 1 commit
-
-
Fogs authored
-
- 09 Feb, 2018 3 commits
-
-
Grégoire Paris authored
-
Grégoire Paris authored
This should take care of most idiosyncracies.
-
Grégoire Paris authored
-