- 01 Apr, 2018 1 commit
-
-
Michael Moravec authored
-
- 29 Mar, 2018 1 commit
-
-
Michael Moravec authored
-
- 29 Jan, 2018 1 commit
-
-
Sergei Morozov 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
-
- 01 Jan, 2018 1 commit
-
-
Adrien Crivelli authored
-
- 07 Dec, 2017 1 commit
-
-
Gabriel Caruso authored
-
- 21 Nov, 2017 3 commits
-
-
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
-
- 25 Jul, 2017 1 commit
-
-
Alessandro Minoccheri authored
-
- 10 Jan, 2016 1 commit
-
-
Steve Müller authored
-
- 05 Jan, 2016 1 commit
-
-
Steve Müller authored
fixes #1339 closes #921
-
- 07 Dec, 2015 1 commit
-
-
Martin Hasoň authored
-
- 25 Apr, 2015 1 commit
-
-
Benjamin Morel authored
-
- 19 Dec, 2014 1 commit
-
-
Jeroen Thora authored
-
- 10 Feb, 2014 1 commit
-
-
Martin Hasoň authored
-
- 07 Feb, 2014 2 commits
-
-
Bart Visscher authored
-
Bart Visscher authored
Take the column order into account and sort non PK columns last
-
- 04 Feb, 2014 1 commit
-
-
Bart Visscher authored
-
- 17 Jan, 2014 1 commit
-
-
Bart Visscher authored
-
- 16 Jan, 2014 1 commit
-
-
Bart Visscher authored
-
- 31 Dec, 2013 1 commit
-
-
Benjamin Eberlei authored
-
- 22 Dec, 2013 1 commit
-
-
Steve Müller authored
-
- 21 Dec, 2013 1 commit
-
-
Steve Müller authored
-
- 21 Jun, 2013 1 commit
-
-
Benjamin Morel authored
- Fixed docblocks - Removed return statements on void methods - Cleaned up unused private / local variables - Fixed license issues - Removed SVN leftovers - Fixed doctrine-project.org links - Added line breaks before return statements
-
- 19 Nov, 2012 4 commits
-
-
Bob den Otter authored
-
Martin Hasoň authored
-
Martin Hasoň authored
-
Martin Hasoň authored
-
- 12 Nov, 2012 1 commit
-
-
Bob den Otter authored
-
- 25 May, 2012 1 commit
-
-
Benjamin Eberlei authored
-
- 24 Mar, 2012 1 commit
-
-
Benjamin Eberlei authored
-
- 19 Dec, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 18 Dec, 2011 3 commits
-
-
These are internal, automatically-created and shouldn't be considered part of the schema. They cannot be recreated because of their reserved names.
-
* The old implementation produced invalid SQLite statements for tables with a composite primary key, as SQLite cannot have more than one primary key clause and autoincrement can only be declared on a single column * There is currently no way to tell from its pragma if an SQLite column auto-increments, therefore enabling it on all primary keys is not accurate * SQLite primary keys auto-increment anyway (but slightly differently from an actual auto-increment column -- not guaranteed unique)
-
-
- 06 Apr, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 12 Jun, 2010 1 commit
-
-
beberlei authored
Fixed a problem in PostgreSql AutoIncrement Detection, changed Autoincrement API for platform/schema manager interaction a little bit
-