- 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.
-
- 25 Feb, 2010 1 commit
-
-
beberlei authored
[2.0] Refactored Doctrine\DBAL\Schema API a bit Table::createColumn() was inconsistent with all the other methods being add*
-
- 11 Feb, 2010 1 commit
-
-
beberlei authored
[2.0] DDC-313 - Removed abstracted trigger support, list functions, list users and the platform specific code to generate the queries for this stuff.
-
- 10 Feb, 2010 1 commit
-
-
beberlei authored
[2.0] DDC-312 - Refactored View support of all platforms a little - Oracle now also supports the retrieval of the sql used to generate a view so that a common datastructure View is a viable option.
-
- 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.
-
- 07 Dec, 2009 1 commit
-
-
romanb authored
[2.0] Fixed more STRICT standards notices (only variables should be passed by reference...). @beberlei, error_reporting=E_ALL | E_STRICT
-
- 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.
-
- 04 Dec, 2009 2 commits
-
-
beberlei authored
[2.0] DDC-169 - Stripped case handling since its just a load of complex crap and doesn't solve any problem! Idea: just implement case-insensitivity in the comparator.
-
beberlei authored
[2.0] DDC-186 - Fixed DatabaseDriver to work with new Schema abstraction, added functional test-cases for database to yaml convertion.
-
- 03 Dec, 2009 1 commit
-
-
beberlei authored
[2.0] DDC-169 - Introduced handling of schema / database case-sensitivity differences and to allow compability between different platforms.
-
- 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.
-
- 30 Nov, 2009 1 commit
-
-
beberlei authored
[2.0] DC-169 - New method AbstractSchemaManager::createSchema() which creates a schema instance with full tables and sequences, additionally listTables() was rewritten to return a full Table instance instead of just the table names.
-