- 30 Nov, 2009 3 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 - Fix build, Postgres, Oracle and Sqlite made some minor troubles with regards to sequences.
-
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.
-
- 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 2 commits
-
-
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
-
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...
-
- 05 Nov, 2009 1 commit
-
-
beberlei authored
-
- 03 Nov, 2009 3 commits
-
-
romanb 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.
-
- 02 Nov, 2009 1 commit
-
-
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.
-
- 23 Oct, 2009 1 commit
-
-
romanb 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 Oct, 2009 1 commit
-
-
jwage authored
-
- 06 Oct, 2009 1 commit
-
-
jwage authored
[2.0] Added functionality to convert a Doctrine 1 schema to Doctrine 2 to help users with upgrading. Lots of other small bug fixes and changes.
-
- 01 Oct, 2009 1 commit
-
-
romanb authored
-
- 05 Sep, 2009 1 commit
-
-
guilhermeblanco authored
-
- 28 Aug, 2009 1 commit
-
-
romanb authored
[2.0] Made MySqlPlatform default to innodb table engine. Some cleanups while investigating the optimistic locking failures.
-
- 21 Aug, 2009 1 commit
-
-
romanb authored
-
- 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.
-
- 16 Jul, 2009 1 commit
-
-
piccoloprincipe authored
-
- 14 Jul, 2009 1 commit
-
-
jwage authored
-
- 13 Jul, 2009 1 commit
-
-
jwage authored
[2.0] Test coverage for OFFSET AND LIMIT sql generation for all platforms and Query class with setFirstResult() and setMaxResult()
-
- 11 Jul, 2009 1 commit
-
-
piccoloprincipe authored
-
- 07 Jul, 2009 1 commit
-
-
piccoloprincipe authored
divided some assertions in various cohesive methods and renamed method names to conform to agile documentation (affects #2316)
-
- 01 Jul, 2009 1 commit
-
-
piccoloprincipe authored
-
- 20 Jun, 2009 4 commits
- 15 Jun, 2009 1 commit
-
-
romanb authored
-
- 30 May, 2009 3 commits
- 28 May, 2009 3 commits
-
-
jwage authored
-
romanb authored
[2.0] Introduced SQL logging facilities. Made Type constructor private to prevent instantiation and force use of the factory method getType().
-
jwage authored
[2.0] More general work on the SchemaManager and Platform classes. Making API more complete and adding sqlite and mysql test coverage.
-