- 30 Dec, 2013 1 commit
-
-
Steve Müller authored
-
- 29 Dec, 2013 1 commit
-
-
Steve Müller authored
-
- 23 Dec, 2013 1 commit
-
-
Steve Müller authored
-
- 22 Dec, 2013 2 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
- 16 Dec, 2013 1 commit
-
-
Steve Müller authored
-
- 25 Nov, 2013 1 commit
-
-
Steve Müller authored
-
- 24 Nov, 2013 1 commit
-
-
Steve Müller authored
-
- 28 Mar, 2013 1 commit
-
-
Steve Müller authored
-
- 05 Mar, 2013 1 commit
-
-
Steve Müller authored
-
- 02 Jan, 2013 1 commit
-
-
Marco Pivetta authored
-
- 19 Nov, 2012 1 commit
-
-
Martin Hasoň authored
-
- 06 Feb, 2012 1 commit
-
-
Benjamin Eberlei authored
This is necessary because pdo_sqlsrv still has some little bugs that prevent it from being used in all use-cases. Additionally only sqlsrv can make use of the Azure federations features.
-
- 20 Jan, 2012 1 commit
-
-
Sascha Beining authored
-
- 19 Jan, 2012 1 commit
-
-
Benjamin Eberlei authored
[DBAL-204] Sane refactoring of the previous idea. Removed a bunch of code again and implemented proper schema namespacing. Also got the wording right (hopefully) and fixed the algorithms.
-
- 16 Jan, 2012 2 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
- 09 Jan, 2012 3 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
[DBAL-195] Fix AbstractSchemaManagertests/Doctrine/Tests/DBAL/Functional/Schema/SchemaManagerFunctionalTestCase.phpdropAndCreateSequence
-
Benjamin Eberlei authored
[DBAL-195] Fix AbstractSchemaManagertests/Doctrine/Tests/DBAL/Functional/Schema/SchemaManagerFunctionalTestCase.phpdropAndCreateSequence
-
- 25 Dec, 2011 1 commit
-
-
Kim Hemsø Rasmussen authored
-
- 18 Dec, 2011 3 commits
-
-
Benjamin Eberlei authored
-
These are internal, automatically-created and shouldn't be considered part of the schema. They cannot be recreated because of their reserved names.
-
-
- 13 Dec, 2011 1 commit
-
-
Jan Sorgalla authored
-
- 08 Dec, 2011 1 commit
-
-
jsor authored
-
- 30 Oct, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 19 Jun, 2011 1 commit
-
-
Benjamin Eberlei authored
DDC-887 - Fix problem with MySQL renaming of foreign keys columns. The FK has to be dropped, then column renamed, then readded
-
- 20 Feb, 2011 1 commit
-
-
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
-
- 04 Dec, 2010 1 commit
-
-
Benjamin Eberlei authored
-
- 23 Sep, 2010 1 commit
-
-
Benjamin Eberlei authored
DBAL-54 - Fix sequence drop executed before tables, however sequences mostly depend on tables. Also clean up several test-failures on MSSQL tests and Oracle Index detection.
-
- 11 Sep, 2010 1 commit
-
-
Benjamin Eberlei authored
DBAL-50 - Explicitly add an index for each foreign key added to a Schema\Table instance. Removed code to FixSchema based on foreign keys, since assumptions now dont apply anymore. Refactored algorithms to check for duplicate or potential overrule indexes into Schema\Index classes, added tests and unified Table API handling these conflicts
-
- 20 Jun, 2010 1 commit
-
-
Benjamin Eberlei authored
DBAL-11 - Changed Interface of SQLLogger to allow for timing variables, added tests for logging. Contract of Loggers changed, they are not called before the query but after the query they are logging, which means queries that fail wont appear in the logs.
-
- 12 Jun, 2010 2 commits
- 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
-
- 29 Mar, 2010 1 commit
-
-
romanb authored
[2.0][DDC-354][DDC-425] Fixed. Encapsulated SQL logging better in the DBAL. Added binding types to DBAL mapping types as well as using these binding types in the persisters. Query and NativeQuery now support PDO binding types as well as DBAL mapping types when binding parameters.
-