- 21 Jun, 2013 1 commit
-
-
Benjamin Morel authored
- Fixed docblocks - Removed return statements on void methods - Cleaned up unused private / local variables - Fixed license issues - Removed SVN leftovers - Fixed doctrine-project.org links - Added line breaks before return statements
-
- 14 Mar, 2013 1 commit
-
-
Benjamin Eberlei authored
-
- 08 Nov, 2012 1 commit
-
-
Steffen-99 authored
- Fixing issue, key name corrected
-
- 25 May, 2012 1 commit
-
-
Benjamin Eberlei authored
-
- 18 May, 2012 1 commit
-
-
Alexander Miehe authored
-
- 17 Apr, 2012 1 commit
-
-
Martin Shwalbe authored
-
- 02 Apr, 2012 1 commit
-
-
Adrien BRAULT authored
-
- 01 Apr, 2012 1 commit
-
-
Benjamin Eberlei authored
[DBAL-166] Default MySQL to UTF8/utf8_general_ci. Allow to set default table options from SchemaConfig.
-
- 24 Mar, 2012 3 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
- 13 Feb, 2012 1 commit
-
-
Benjamin Eberlei authored
[DBAL-220] Add support for Index flags and implement support for SQL Server CLUSTERED/NONCLUSTERED and MySQL FULLTEXT.
-
- 21 Jan, 2012 1 commit
-
-
Benjamin Eberlei 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.
-
- 18 Jan, 2012 1 commit
-
-
Benjamin Eberlei authored
-
- 09 Jan, 2012 2 commits
-
-
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
-
- 30 Dec, 2011 1 commit
-
-
Arnaud Le Blanc authored
-
- 19 Dec, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 13 Dec, 2011 1 commit
-
-
Jan Sorgalla authored
-
- 09 Dec, 2011 1 commit
-
-
jsor authored
-
- 08 Dec, 2011 1 commit
-
-
jsor authored
-
- 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
-
- 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.
-
- 17 Nov, 2010 1 commit
-
-
Benjamin Eberlei authored
-
- 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-22 - Fix DateTime with Timezone handling in Postgres and Oracle by introducing new type DateTimeTz and have SchemaManagers of both platforms detect this type. Added general conversion testcase which made some bugs in Oracle Date Handling and $stmt->fetchColumn() appear
-
- 12 Jun, 2010 2 commits
- 15 Mar, 2010 1 commit
-
-
romanb authored
[2.0] Code cleanups. Preparations for DDC-193. Fixed DDC-399, type configuration remains global for now but the irritating instance methods on the Configuration have been removed. Use Type::addType et al. Added TODOs for naming standards.
-
- 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.
-
- 25 Feb, 2010 1 commit
-
-
beberlei authored
[2.0] DDC-312 - Revert annoying View and Trigger variables in Schema instance, complete "View" support by just returning a View instance
-
- 19 Feb, 2010 1 commit
-
-
beberlei authored
-
- 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 3 commits
-
-
beberlei authored
-
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.
-
beberlei authored
[2.0] DDC-302 - Drop convenience methods since their API is somewhat strange, have to think about something else. Dropped AbstractSchemaManager::listTableConstraints() support - since it only returns the names of all constraints, which are already returned much more nicely with listTableIndexes().
-
- 07 Feb, 2010 1 commit
-
-
beberlei authored
[2.0] DDC-214, DDC-303, DDC-304 - Fix several errors with Schema Inference from Database and Metadata and Comparisons, aswell as related bugs in DatabaseDriver. DDC-305 - Abstracted TRUNCATE command for all platforms.
-
- 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.
-