- 02 Nov, 2019 6 commits
-
-
Jonathan H. Wage authored
-
Michael Moravec authored
-
Sergei Morozov authored
-
Sergei Morozov authored
Reworked `AbstractSchemaManager::extractDoctrineTypeFromComment()` removed `::removeDoctrineTypeFromComment()`
-
Michael Moravec authored
-
Sergei Morozov authored
1. The argument is always available since the method is only called from listTableIndexes() which requires a table name. 2. The argument itself seems a workaround and only needed to bypass the fact that the SQLiteSchemaManager violates the method contract: instead of reformatting the provided data it fetches more data from the DB schema which requires a table name. This argument should be dropped completely later.
-
- 07 Aug, 2019 1 commit
-
-
David Négrier 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
-
- 03 Feb, 2019 1 commit
-
-
Sergei Morozov authored
-
- 02 Oct, 2018 4 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Sergei Morozov authored
-
- 01 Jul, 2018 1 commit
-
-
Vladimir Reznichenko authored
-
- 27 Jun, 2018 1 commit
-
-
Michael Moravec authored
-
- 30 Apr, 2018 1 commit
-
-
Simon Podlipsky authored
-
- 01 Apr, 2018 1 commit
-
-
Michael Moravec authored
-
- 04 Jan, 2018 1 commit
-
-
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 4 commits
-
-
Adrien Crivelli authored
-
Adrien Crivelli authored
-
Adrien Crivelli authored
-
Adrien Crivelli authored
-
- 26 Dec, 2017 1 commit
-
-
Simon Podlipsky authored
-
- 14 Dec, 2017 1 commit
-
-
Gabriel Caruso authored
-
- 06 Dec, 2017 1 commit
-
-
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?).
-
- 25 Jul, 2017 1 commit
-
-
Alessandro Minoccheri authored
-
- 20 Jul, 2017 1 commit
-
-
Luís Cobucci authored
-
- 24 Jan, 2017 1 commit
-
-
Steve Müller authored
-
- 03 Aug, 2015 1 commit
-
-
Matteo Beccati authored
Features and changes: * jsonb can be used with: options={"jsonb"=true} * OVER is no longer reserved * LATERAL is now reserved
-
- 01 May, 2015 1 commit
-
-
Steve Müller authored
-
- 26 Dec, 2014 1 commit
-
-
Steve Müller authored
-
- 19 Dec, 2014 2 commits
-
-
Jeroen Thora authored
-
Claudio Zizza authored
-
- 17 Oct, 2014 1 commit
-
-
Steve Müller authored
-
- 18 Aug, 2014 1 commit
-
-
Steve Müller authored
-
- 22 Jul, 2014 1 commit
-
-
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.
-