- 21 Dec, 2013 1 commit
-
-
Benjamin Eberlei authored
-
- 20 Nov, 2013 2 commits
-
-
František Bereň authored
-
František Bereň authored
-
- 19 Nov, 2013 2 commits
-
-
František Bereň authored
-
František Bereň authored
-
- 06 Aug, 2013 1 commit
-
-
Jakub Zienkiewicz authored
-
- 18 Jun, 2013 1 commit
-
-
Steve Müller authored
-
- 13 Jun, 2013 1 commit
-
-
Steve Müller authored
-
- 15 May, 2013 1 commit
-
-
Stéphane Klein authored
-
- 01 May, 2013 1 commit
-
-
Benjamin Eberlei authored
-
- 15 Apr, 2013 1 commit
-
-
Matthias Lohr authored
- added test for getListTableColumnsSQL - added test for getListTableForeignKeysSQL - added test for getListTableIndexesSQL
-
- 28 Mar, 2013 1 commit
-
-
Steve Müller authored
-
- 22 Mar, 2013 1 commit
-
-
Adrien Crivelli authored
DBAL-54 was fixed in commit 3d55dc8e by changing SQL queries order. However it was later reintroduced. This patch uses a different, more future-proof way, approach by using DROP SEQUENCE ... CASCADE syntax, and thus does not depend on queries order.
-
- 04 Mar, 2013 1 commit
-
-
Benjamin Eberlei authored
-
- 15 Nov, 2012 1 commit
-
-
Lukas Kahwe Smith authored
-
- 13 Nov, 2012 1 commit
-
-
Benjamin Eberlei authored
[DBAL-374] Fix issue with column quoting in primary keys, fixing this in indexes in general is much more complex as the code is messy.
-
- 12 Nov, 2012 1 commit
-
-
Benjamin Eberlei authored
-
- 29 Aug, 2012 1 commit
-
-
Padraig O'Sullivan authored
-
- 25 Jan, 2012 1 commit
-
-
- 28 Dec, 2011 1 commit
-
-
Miloslav Kmet authored
-
- 23 Dec, 2011 1 commit
-
-
Miloslav Kmet authored
-
- 19 Dec, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 18 Aug, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 20 Feb, 2011 2 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
-
- 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
-
- 12 Feb, 2011 1 commit
-
-
Benjamin Eberlei authored
DBAL-91 - Fix auto-generation of asset names (foreign keys and indexes) which could lead to exceptions due to auto-quoting of PostgreSQL for example. Now hashing the names with crc32+dechex
-
- 25 Jul, 2010 1 commit
-
-
Benjamin Eberlei authored
DBAL-37 - Fix PostgreSQL Platform not supporting changes in Autoicnrement during ALTER TABLE generation
-
- 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.
-
- 30 Apr, 2010 1 commit
-
-
Guilherme Blanco authored
-
- 05 Mar, 2010 1 commit
-
-
romanb authored
[2.0][DDC-92] Fixed. Patch provided by Christian Heinrich. [DDC-274] Started some method renaming. [DDC-142] Fixed (join column names and discriminator column names dont support quoting) [DDC-258] Fixed.
-
- 11 Feb, 2010 1 commit
-
-
beberlei authored
-
- 10 Dec, 2009 1 commit
-
-
beberlei authored
[2.0] DDC-169 - Further refactorings, schema max identifier length is now used for asset generation. Added platform-wide test for unique index generation with create table.
-
- 06 Dec, 2009 1 commit
-
-
beberlei authored
[2.0] DDC-169 - Finished ALTER Table TableDiff refactoring, adding code to handle index and FK changes. Added a general functional test for alter table against all platforms.
-
- 05 Dec, 2009 1 commit
-
-
beberlei authored
-
- 03 Dec, 2009 1 commit
-
-
romanb authored
-
- 02 Dec, 2009 2 commits
-
-
beberlei authored
[2.0] DDC-169 - Changed AbstractPlatform and AbstractSchemaManager and children to accept Sequences in their create and get sql methods.
-
beberlei authored
[2.0] DDC-169 - Changed AbstractPlatform and AbstractSchemaManager and children to accept Table, Index and ForeignKey instances for the respective create*() methods.
-
- 12 Oct, 2009 1 commit
-
-
jwage authored
-