- 21 Mar, 2020 1 commit
-
-
Sergei Morozov authored
-
- 03 Feb, 2019 1 commit
-
-
Sergei Morozov authored
-
- 07 Oct, 2018 1 commit
-
-
Sergei Morozov authored
-
- 02 Oct, 2018 3 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Sergei Morozov authored
-
- 01 Apr, 2018 1 commit
-
-
Michael Moravec authored
-
- 29 Jan, 2018 1 commit
-
-
Gabriel Caruso authored
-
- 25 Jul, 2017 1 commit
-
-
Alessandro Minoccheri authored
-
- 21 May, 2015 1 commit
-
-
Martin Poirier Théorêt authored
On the MySQLPlatform::getDropForeignKeySQL table name will not be escaped if the name is passed instead of the object table itself. Since the getLocalTableName use the localTable property the object is always available, there is no reason not to use it.
-
- 18 Aug, 2014 2 commits
-
-
Steve Müller authored
-
Marco Pivetta authored
Updating a schema should introduce also schema creation statements in the generated SQL
-
- 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
-
- 27 Feb, 2013 1 commit
-
-
Benjamin Eberlei authored
-
- 17 Nov, 2012 1 commit
-
-
Martin Hasoň authored
-
- 25 May, 2012 1 commit
-
-
Benjamin Eberlei authored
-
- 24 Mar, 2012 1 commit
-
-
Benjamin Eberlei authored
-
- 19 Jun, 2011 1 commit
-
-
Benjamin Eberlei authored
DBAL-112, DBAL-113 - Implement AbstractPlatform::getAlterSequenceSQL() and fix comparator code for sequences
-
- 07 Jun, 2010 2 commits
-
-
Eriksen Costa authored
-
Eriksen Costa authored
DBAL-18 - Fixed SchemaDiff to not generate a create table statment with foreign keys for platforms that doesn't support them
-
- 21 Mar, 2010 1 commit
-
-
beberlei authored
-
- 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.
-
- 06 Dec, 2009 3 commits
- 29 Nov, 2009 1 commit
-
-
beberlei authored
[2.0] DDC-169 - Finalized implementation of Schema diff algorithm, added diffs of sequences and foreign keys. Fixed several bugs and changed the API of the Schema objects.
-
- 28 Nov, 2009 2 commits
-
-
beberlei authored
[2.0] - DDC-169 - Fixed another regression in refactored SchemaTool, began porting of eZ Components Database Schema Comparator, SchemaDiff and TableDiff.
-
beberlei authored
[2.0] DDC-169 - Savepoint for Refactorings in Schema-Tool - It is now generating DDL according to the old and the new mechanisms in parallel. Equality of generation has been verified on Sqlite, Mysql, Oracle. If Postgres is also verified, the old code will be removed in favour of the new one completly.
-
- 27 Nov, 2009 1 commit
-
-
beberlei authored
[2.0] - DDC-169 - Added DropSchemaSql Visitor - Refactored Visitor package a bit, however its still not very appealing to have that much use statements cluttered in the code
-
- 26 Nov, 2009 1 commit
-
-
beberlei authored
[2.0] - DDC-169 - Began refactoring of DBAL code, introduced object notation for a database schema, including Tables, Indexes, Constraints, Sequences and Columns. Added a CreateSql Visitor which transforms a schema object graph into the required SQL statements to create it. Next: Replacing SchemaTool::getCreateSql() with new syntax...
-
- 22 Oct, 2009 1 commit
-
-
jwage authored
[2.0][DDC-48][DDC-47] Refactored cache drivers to allow more control over deleting, added namespacing to cache drivers and implemented clear-cache task
-
- 08 Aug, 2009 1 commit
-
-
guilhermeblanco authored
-
- 03 Aug, 2009 1 commit
-
-
romanb authored
[2.0] Streamlined result structures. Hydration improvements: Small overall improvements, large improvement for (joined) fetched collections (~60%).
-
- 06 Jul, 2009 1 commit
-
-
romanb authored
[2.0] Moved cache drivers to Common package. Added new annotation parser implementation to Common package. AnnotationDriver in ORM not yet migrated.
-
- 19 Feb, 2009 1 commit
-
-
jwage authored
-
- 04 Feb, 2009 1 commit
-
-
romanb authored
[2.0] Refactored cache drivers. Made use of ArrayCache as the metadata cache during a test suite run.
-
- 06 Jan, 2009 1 commit
-
-
romanb authored
-
- 12 Sep, 2008 2 commits
- 22 Aug, 2008 1 commit
-
-
romanb authored
-