- 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.
-
- 26 Feb, 2010 1 commit
-
-
beberlei authored
[2.0] DDC-365 - Added tests for several missing column types - also showing that decimals come and go correctly into the database.
-
- 14 Feb, 2010 1 commit
-
-
beberlei authored
[2.0] DDC-337 - Collections that are fetched through StandardEntityPersister and ordered are sorted by any given ORDER BY snippet. Now only the DQL Parser is missing in this regard.
-
- 09 Feb, 2010 1 commit
-
-
romanb authored
[2.0][DDC-284] Fixed. API polish and some convention over configuration simplifications for join columns and join tables.
-
- 06 Feb, 2010 1 commit
-
-
beberlei authored
-
- 31 Jan, 2010 1 commit
-
-
beberlei authored
[2.0] DDC-289 / DDC-264 - Added a Model and TestCase for OneToMany Unidirectional Assocations using a JoinTable and tested its defining feature (uniqueness).
-
- 04 Dec, 2009 1 commit
-
-
beberlei authored
[2.0] DDC-186 - Fixed DatabaseDriver to work with new Schema abstraction, added functional test-cases for database to yaml convertion.
-
- 04 Nov, 2009 1 commit
-
-
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).
-
- 03 Nov, 2009 1 commit
-
-
romanb authored
-
- 28 Oct, 2009 1 commit
-
-
romanb authored
-
- 20 Oct, 2009 1 commit
-
-
romanb authored
[2.0] Fix for fix for testsuite ;). Need to find out why the behavior is different. sqlite versions? phpunit versions?
-
- 19 Oct, 2009 1 commit
-
-
guilhermeblanco authored
[2.0] Fix for test suite. It was trying to recreate association tables and they're not getting deleted. SchemaTool was trying to recreate them during some executions.
-
- 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.
-
- 06 Oct, 2009 1 commit
-
-
romanb authored
-
- 15 Sep, 2009 1 commit
-
-
romanb authored
-
- 13 Aug, 2009 1 commit
-
-
romanb authored
[2.0] Fixed several referential integrity issues. Fixed critical issue with inserts being run twice on postgresql/oracle. Added support for additional tree walkers that modify the AST prior to SQL construction and started to play with it in a testcase.
-
- 10 Aug, 2009 1 commit
-
-
guilhermeblanco authored
[2.0] More docblocks. Renamed methods Type::addCustomType to Type::addType and Connection::exec to Connection::executeUpdate. Added Type::hasType.
-
- 18 Jul, 2009 1 commit
-
-
romanb authored
[2.0] Moved locking tests into Functional namespace. Fixed several missing flush() calls in some functional association tests. Reordered DELETE statements for ecommerce model tests in OrmFunctionalTestCase in order to maintain referential integrity. Fixed issue with bi-directional self-referencing one-one associations. Some other small improvements and cosmetics. Small hydration performance improvement through inlining method call in UnitOfWork::createEntity().
-
- 06 Jul, 2009 2 commits
-
-
romanb authored
[2.0] Moved cache drivers to Common package. Added new annotation parser implementation to Common package. AnnotationDriver in ORM not yet migrated.
-
piccoloprincipe authored
-
- 02 Jul, 2009 3 commits
-
-
piccoloprincipe authored
-
romanb authored
-
piccoloprincipe authored
-
- 01 Jul, 2009 3 commits
-
-
piccoloprincipe authored
-
piccoloprincipe authored
-
piccoloprincipe authored
-
- 20 Jun, 2009 1 commit
-
-
jwage authored
-
- 14 Jun, 2009 1 commit
-
-
romanb authored
-
- 30 May, 2009 4 commits
- 21 May, 2009 2 commits
- 09 Apr, 2009 1 commit
-
-
romanb authored
[2.0] Refactored SQL query building process and hydration. Hydration should now support result sets with any number of root components. Introducing ResultSetMapping that is used by hydration instead of queryComponents. This allows mapping of arbitrary SQL queries (NativeQuery).
-
- 30 Mar, 2009 1 commit
-
-
romanb authored
-
- 28 Mar, 2009 1 commit
-
-
romanb authored
-
- 17 Feb, 2009 1 commit
-
-
romanb 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.
-
- 02 Feb, 2009 1 commit
-
-
romanb authored
-