- 28 Mar, 2013 1 commit
-
-
Steve Müller authored
-
- 04 Mar, 2013 1 commit
-
-
Jonathan Johnson authored
-
- 02 Mar, 2013 1 commit
-
-
Jonathan Johnson authored
Change Oracle sequence generation to match what is being created by ORM and other platforms in the form of $table_$column_SQL instead of $table_SEQ
-
- 07 Aug, 2012 2 commits
-
-
Christophe Coevoet authored
-
Christophe Coevoet authored
-
- 16 Jul, 2012 1 commit
-
-
Pascal Borreli authored
-
- 25 May, 2012 1 commit
-
-
Benjamin Eberlei authored
-
- 22 May, 2012 1 commit
-
-
Benjamin Eberlei authored
-
- 18 May, 2012 1 commit
-
-
Alexander Miehe authored
-
- 24 Mar, 2012 3 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
- 21 Jan, 2012 1 commit
-
-
Benjamin Eberlei authored
-
- 20 Jan, 2012 1 commit
-
-
Fran Pregernik authored
Fix for nasty bug that happens when there are 2 or more schemas with tables that have the same name. Since all the AbstractPlatform classes get only the table name using ALL_* schema tables is dangerous because the owner is never supplied. The other possible solution is to use the ALL_* tables but in each of the methods to fetch the owner before actualy querying them.
-
- 09 Jan, 2012 1 commit
-
-
Benjamin Eberlei authored
-
- 19 Dec, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 11 Dec, 2011 1 commit
-
-
Jan Sorgalla authored
-
- 09 Dec, 2011 2 commits
-
-
Jan Sorgalla authored
-
jsor authored
-
- 08 Dec, 2011 1 commit
-
-
Fabio B. Silva authored
-
- 07 Dec, 2011 1 commit
-
-
Fabio B. Silva authored
-
- 14 Nov, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 30 Oct, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 31 Jul, 2011 1 commit
-
-
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.
-
- 26 Jun, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 21 Jun, 2011 2 commits
-
-
lucassouza1 authored
-
lucassouza1 authored
-
- 19 Jun, 2011 1 commit
-
-
Benjamin Eberlei authored
DBAL-112, DBAL-113 - Implement AbstractPlatform::getAlterSequenceSQL() and fix comparator code for sequences
-
- 17 Jun, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 27 Mar, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 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 3 commits
-
-
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.
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
- 19 Feb, 2011 2 commits
-
-
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.
-
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
-