- 02 Oct, 2018 3 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Sergei Morozov authored
-
- 11 Jul, 2018 1 commit
-
-
Sergei Morozov authored
-
- 01 Jul, 2018 1 commit
-
-
Vladimir Reznichenko authored
-
- 27 Jun, 2018 1 commit
-
-
Michael Moravec authored
-
- 21 May, 2018 1 commit
-
-
Sergei Morozov authored
-
- 15 May, 2018 1 commit
-
-
Alessandro Minoccheri authored
-
- 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.
-
- 28 Apr, 2018 1 commit
-
-
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.
-
- 01 Apr, 2018 1 commit
-
-
Michael Moravec authored
-
- 13 Feb, 2018 1 commit
-
-
Fogs authored
-
- 11 Feb, 2018 1 commit
-
-
Fogs authored
-
- 29 Jan, 2018 4 commits
-
-
Michael Moravec authored
-
Michael Moravec authored
-
Michael Moravec authored
-
Gabriel Caruso authored
-
- 19 Dec, 2017 1 commit
-
-
Gabriel Caruso authored
-
- 11 Sep, 2017 1 commit
-
-
Grégoire Paris authored
It is a somewhat fragile thing to do.
-
- 28 Jul, 2017 1 commit
-
-
Jean-Baptiste Noblot authored
Fix PSR2 rules : "As per PSR2, the static declaration should come after the visibility declaration."
-
- 25 Jul, 2017 1 commit
-
-
Alessandro Minoccheri authored
-
- 19 Jul, 2017 1 commit
-
-
Luís Cobucci authored
-
- 15 Jul, 2016 1 commit
-
-
Steve Müller authored
Closes #2436
-
- 10 Jan, 2016 1 commit
-
-
Steve Müller authored
-
- 06 Jan, 2016 1 commit
-
-
Steve Müller authored
fixes #2270
-
- 07 Dec, 2015 1 commit
-
-
Martin Hasoň authored
-
- 23 Jul, 2015 1 commit
-
-
janschoenherr authored
-
- 23 Jan, 2015 1 commit
-
-
Marco Pivetta authored
-
- 26 Dec, 2014 1 commit
-
-
Steve Müller authored
-
- 20 Oct, 2014 1 commit
-
-
Steve Müller authored
-
- 21 Aug, 2014 1 commit
-
-
Steve Müller authored
-
- 12 Aug, 2014 1 commit
-
-
Adrien Crivelli authored
While technically it could work, the schema introspection of Sqlite platform has severe flaws preventing us to provide reliable support of partial (and non-partial) indexes for the moment.
-
- 22 Jul, 2014 2 commits
-
-
Adrien Crivelli authored
-
Adrien Crivelli authored
Support for Partial Indexes was available in Doctrine 1 following http://www.doctrine-project.org/jira/browse/DC-82. This commit reintroduce support for Doctrine 2. We use the same syntax with an optionnal "where" attribute for Index and UniqueConstraint.
-
- 24 Apr, 2014 1 commit
-
-
Steve Müller authored
-
- 31 Mar, 2014 2 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
- 14 Feb, 2014 1 commit
-
-
Marco Pivetta authored
See symfony/symfony#10238
-
- 10 Feb, 2014 1 commit
-
-
Martin Hasoň authored
-