- 06 Aug, 2013 2 commits
- 31 Jul, 2013 1 commit
-
-
Guilherme Blanco 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
-
- 18 Jun, 2013 1 commit
-
-
Steve Müller authored
-
- 26 May, 2013 1 commit
-
-
Benjamin Eberlei authored
-
- 20 Apr, 2013 1 commit
-
-
Benjamin Eberlei authored
-
- 23 Jan, 2013 1 commit
-
-
Jan Kramer authored
-
- 02 Jan, 2013 1 commit
-
-
Marco Pivetta authored
-
- 22 Nov, 2012 1 commit
-
-
Martin Hasoň authored
Fix creating indexes for renamed columns and updating foreign keys for renamed parent tables in SqlitePlatform
-
- 21 Nov, 2012 1 commit
-
-
Martin Hasoň authored
-
- 19 Nov, 2012 4 commits
-
-
Martin Hasoň authored
Changed default flags (create indexes and create foreign keys) in SqlitePlatform::getCreateTableSQL method
-
Lukas Kahwe Smith authored
-
Martin Hasoň authored
-
Martin Hasoň authored
-
- 07 Aug, 2012 2 commits
-
-
Christophe Coevoet authored
-
Christophe Coevoet authored
-
- 06 Jun, 2012 1 commit
-
-
Fabio B. Silva authored
-
- 25 May, 2012 1 commit
-
-
Benjamin Eberlei authored
-
- 18 May, 2012 1 commit
-
-
Alexander Miehe authored
-
- 28 Jan, 2012 1 commit
-
-
Benjamin Eberlei authored
-
- 21 Jan, 2012 1 commit
-
-
Benjamin Eberlei authored
-
- 09 Jan, 2012 1 commit
-
-
Benjamin Eberlei authored
-
- 18 Dec, 2011 1 commit
-
-
* 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 Dec, 2011 1 commit
-
-
jsor authored
-
- 21 Nov, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 30 Oct, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 28 Oct, 2011 1 commit
-
-
Steven Rosato authored
-
- 31 Jul, 2011 2 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
DDC-1282 - Remove overprotective casting of days/months to integer, which prevents passing columns as days. The platform is not responsible for escapsing, the DQL parser already does it way before generating the sql statements.
-
- 27 Mar, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 27 Feb, 2011 1 commit
-
-
Benjamin Eberlei authored
[DBAL-45] Add reserved keywords feature through platforms and as a validator for any Schema instance with subelements. Add Command to check for reserved keywords in current database.
-
- 26 Feb, 2011 1 commit
-
-
Benjamin Eberlei authored
DBAL-88 - Change index retrieval of MySQL to use information_schema.statistics which avoids errors when using reserved words for table names (for example in database driver).
-
- 20 Feb, 2011 1 commit
-
-
Benjamin Eberlei authored
DBAL-84 - Fix VARCHARs being silently set to 255 chars when larger than Maxlength. Now they are converted to Text/CLOB fields automatically. Refactored the VARCHAR code considerably.
-
- 19 Feb, 2011 1 commit
-
-
Benjamin Eberlei authored
[DBAL-42] Add support to reverse engineer Comments from MySQL, PostgreSQL and ORacle into Doctrine\DBAL\Schema\Column instances and added comment comparison into Comparator.
-
- 27 Nov, 2010 1 commit
-
-
Benjamin Eberlei authored
DBAL-62 - There is a diference between maximum length (now 4000, oracle is the smallest possible denominator here) of varchars and the default length (255).
-
- 31 Oct, 2010 1 commit
-
-
Benjamin Eberlei authored
-
- 12 Jun, 2010 1 commit
-
-
beberlei authored
Fixed a bug in Sqlite not specifying it supports auto-increment/identity (how did that work anyhow?)
-
- 06 Jun, 2010 1 commit
-
-
beberlei authored
Added registerDoctrineMappingType() and getDoctrineMappingType() methods, converted DB2 platform and added some tests, made all platforms work for now Support Sqlite Migrated MySQL to Doctrine Type Map Fixed nasty bug in testcase Migrated Postgres to support Doctrine Mapping Types Refactored Oracle Platform to support Doctrine Mapping Types Refactored DB2 support for Doctrine Mapping Types a little bit
-
- 06 May, 2010 1 commit
-
-
Guilherme Blanco authored
Revertd partially the support to DBAL\Transaction, it was wrong. Fixed implementation of ORM\EntityTransaction and fixed tests.
-