- 31 Oct, 2014 1 commit
-
-
Steve Müller authored
-
- 17 Oct, 2014 1 commit
-
-
Steve Müller authored
-
- 25 Mar, 2014 1 commit
-
-
Steve Müller authored
-
- 06 Mar, 2014 1 commit
-
-
Jan Sorgalla authored
-
- 10 Feb, 2014 1 commit
-
-
Martin Hasoň authored
-
- 22 Dec, 2013 1 commit
-
-
Steve Müller authored
-
- 21 Dec, 2013 1 commit
-
-
Steve Müller authored
-
- 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
-
- 09 May, 2013 1 commit
-
-
Benjamin Eberlei authored
-
- 08 Aug, 2012 1 commit
-
-
Albert Casademont authored
Unsigned column properties were never set. In consequence all migrations diff were trying to change the column definition when it was already changed.
-
- 27 May, 2012 1 commit
-
-
Benjamin Eberlei authored
-
- 25 May, 2012 1 commit
-
-
Benjamin Eberlei authored
-
- 24 Mar, 2012 2 commits
-
-
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.
-
- 20 Jan, 2012 1 commit
-
-
Sascha Beining authored
-
- 18 Nov, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 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.
-
- 01 Jul, 2010 1 commit
-
-
beberlei authored
Apply array_change_key_case in MysqlSchemaManager::_getPortableColumnDefinition() and adapt further code to work with it
-
- 12 Jun, 2010 1 commit
-
-
beberlei authored
Fixed a problem in PostgreSql AutoIncrement Detection, changed Autoincrement API for platform/schema manager interaction a little bit
-
- 06 Jun, 2010 1 commit
-
-
beberlei authored
Added registerDoctrineMappingType() and getDoctrineMappingType() methods, converted DB2 platform and added some tests, made all platforms work for now Support Sqlite Migrated MySQL to Doctrine Type Map Fixed nasty bug in testcase Migrated Postgres to support Doctrine Mapping Types Refactored Oracle Platform to support Doctrine Mapping Types Refactored DB2 support for Doctrine Mapping Types a little bit
-
- 26 Feb, 2010 1 commit
-
-
jwage authored
-
- 10 Feb, 2010 2 commits
-
-
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.
-
- 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-169 - Added possibility to control which case mode schema assets are created with in SchemaManager
-
- 02 Dec, 2009 1 commit
-
-
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 2 commits
-
-
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.
-
beberlei authored
[2.0] DDC-169 - Converted introspection queries of all platforms to return Column, Sequence, Index, ForeignKey Schema Instances instead of arrays, heavily pimped Oracle support thereby.
-
- 03 Nov, 2009 2 commits
-
-
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.
-
- 31 Oct, 2009 1 commit
-
-
beberlei authored
-
- 14 Oct, 2009 1 commit
-
-
romanb authored
[2.0] DBAL cleanups (DDC-46). Proxy class improvements (DDC-19, DDC-39). Started new UPGRADE_TO document for upgrade instructions between advancing Doctrine 2 versions.
-
- 12 Sep, 2009 1 commit
-
-
guilhermeblanco authored
[2.0] Some work over SchemaTool update of schema (affects directly the CLI schema-tool task on --update option.
-
- 26 Aug, 2009 1 commit
-
-
jwage authored
-
- 17 Aug, 2009 1 commit
-
-
romanb authored
[2.0] Applied fixes for character casing issues. Simplified inheritance mapping and improved handling of outer joins in Class Table Inheritance.
-
- 11 Aug, 2009 1 commit
-
-
romanb authored
[2.0] Removed AssociationMappings from ResultSetMapping for improved caching. Fixed caching issue with reflection classes and properties. Reimplemented and leaned up broken identifier quoting. Added support for named (native) queries. Fixed small hydration memory leak.
-
- 15 Jun, 2009 1 commit
-
-
jwage authored
-