- 21 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.
-
- 04 Dec, 2010 1 commit
-
-
Benjamin Eberlei authored
-
- 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).
-
- 17 Nov, 2010 1 commit
-
-
Benjamin Eberlei authored
-
- 05 Oct, 2010 2 commits
-
-
Benjamin Eberlei authored
-
Lukas Kahwe Smith authored
added supportsReleaseSavepoints(), disabled releasing for Oracle and DB2 (already disabled for MSSQL
-
- 01 Oct, 2010 1 commit
-
-
Benjamin Eberlei authored
-
- 30 Sep, 2010 1 commit
-
-
Lukas Kahwe Smith authored
added supportsReleaseSavepoints(), disabled releasing for Oracle and DB2 (already disabled for MSSQL
-
- 06 Jun, 2010 2 commits
-
-
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
-
Benjamin Eberlei authored
-
- 02 May, 2010 1 commit
-
-
Benjamin Eberlei authored
-
- 01 May, 2010 1 commit
-
-
Benjamin Eberlei authored
-
- 21 Apr, 2010 1 commit
-
-
Benjamin Eberlei authored
-
- 20 Apr, 2010 1 commit
-
-
Benjamin Eberlei authored
Fixed pecl/ibm_db2 Driver and Connection to run smoothly against the complete test-suite (depending on a c-patch to the extension though)
-
- 18 Apr, 2010 1 commit
-
-
Benjamin Eberlei authored
DDC-496 Finished first versions of platform and schema manager for DB2, DDC-528 Added support for PDO_IBM driver, passing all but 3 tests that are related to CLOB fields
-
- 08 Apr, 2010 1 commit
-
-
Benjamin Eberlei authored
-
- 07 Apr, 2010 1 commit
-
-
Benjamin Eberlei authored
-