- 08 Nov, 2009 1 commit
-
-
romanb authored
-
- 07 Nov, 2009 2 commits
- 06 Nov, 2009 5 commits
-
-
beberlei authored
[2.0] Fix Fatal errors in unused classes that crash the testsuite when running PHPUnit with coverage-whitelisting of complete Doctrine directory.
-
beberlei authored
[2.0] Fix Tab Formating in ParserResult class, added doc-comments and fixed a missing variable initialization error for certain query special cases.
-
beberlei authored
[2.0] DDC-109 - Fixed another warning in SchemaTool with inverse join columns and unique constraints.
-
beberlei authored
-
romanb authored
-
- 05 Nov, 2009 2 commits
-
-
beberlei authored
-
beberlei authored
[2.0] DDC-114 - Extend SchemaTool Drop functionality to optionally drop the complete database. Additionally a filter against all existing table is applied to avoid errors due to dropping non-existant tables. Updated Schema-Tool CLI command with optional calls --drop=database --drop=metadata but kept original --drop which defaults to "metadata". Updated documentation.
-
- 04 Nov, 2009 5 commits
-
-
beberlei authored
[2.0] DDC-115 - Proper fix of global namespace problem was in the ClassMetadataInfo, a namespace plus seperator was appended for reasons of shortcuts. However this broke associations in global namespace. Changes to ClassMetadataFactory were reverted and fix plus tests applied to ClassMetadataInfo.
-
beberlei authored
-
beberlei authored
[2.0] DDC-115 - Fix for multiple class metadata instances because of classes being addressed with or without prepending namespace separator.
-
beberlei authored
[2.0] DDC-112 - Enhance debugging capabilities in OrmFunctionalTestCase by logging all SQL queries and enrichting all test failures with them (PHPUnit 3.4 only feature).
-
guilhermeblanco authored
[2.0] More refactorings in Annotations parser and DQL parser. Now they only use constants instead of string processment
-
- 03 Nov, 2009 7 commits
-
-
guilhermeblanco authored
-
beberlei authored
-
romanb authored
-
beberlei authored
-
beberlei authored
[2.0] Fixed DDC-63 and DDC-106. Oracle tests for SchemaManager need further tweeking, marked as skipped for now.
-
beberlei authored
[2.0] DDC-91 - Enhanced SchemaManager::listTableIndexes() considerably. Add primary keys to the index list, add a bool flag primary to each index, add an array of columns to each index. Moved a test to SchemaFunctionalTestCase to check that every database (Mysql, Pgsql, Sqlite, Oracle) returns exactly the same data from this function.
-
jwage authored
-
- 02 Nov, 2009 6 commits
-
-
beberlei authored
-
beberlei authored
[2.0] DDC-84 - Added increment alter table / update schema tests for Oracle Platform - Fixed a simple bug in Postgres Tests.
-
beberlei authored
[2.0] DDC-84 - Added increment alter table / update schema tests for Postgres Platform - Fixed several bugs in Doctrine\DBAL\Platforms\PostgreSqlPlatform
-
beberlei authored
-
beberlei authored
[2.0] Fixed DDC-103 - Platform::getAlterTableSql() should return an array on all platforms, added doc-blocks on all methods and fixed some.
-
beberlei authored
[2.0] Fixed DDC-101, DDC-102 - Ensure defaults for string length and field nullability are handled consistently in both update and create schema commands of SchemaTool.
-
- 01 Nov, 2009 4 commits
- 31 Oct, 2009 4 commits
-
-
beberlei authored
[2.0] DDC-84 - Add Mysql Platform unittests for incremental changes of the metadata for the schematool update function. Fixed some quirks in the Unit-Test suite alongside, Fixed changes of length in SchemaTool update - Changes in two files were missing.
-
beberlei authored
[2.0] DDC-84 - Add Mysql Platform unittests for incremental changes of the metadata for the schematool update function. Fixed some quirks in the Unit-Test suite alongside, Fixed changes of length in SchemaTool update.
-
beberlei authored
-
beberlei authored
-
- 30 Oct, 2009 4 commits
-
-
beberlei authored
[2.0] DDC-78 - Added support for context specific information in Annotation Parser Syntax Error Exceptions.
-
jwage authored
-
beberlei authored
[2.0] Added test that shows AnnotationParser only parses string literals with double quotes, wheras single quotes throw an Syntax Error. Removed debug output on failure for a proper syntax error exception.
-
beberlei authored
-