.. |
Common
|
[2.0] Streamlined result structures. Hydration improvements: Small overall improvements, large improvement for (joined) fetched collections (~60%).
|
2009-08-03 13:25:56 +00:00 |
DBAL
|
[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.
|
2009-08-11 10:51:38 +00:00 |
Mocks
|
[2.0] Further cleanups. Started eager loading support.
|
2009-07-21 09:25:14 +00:00 |
Models
|
[2.0] More cleanups for recent lazy-loading implementation and minor object hydration improvements and cleanups. Collection refactoring part I for ticket #2352.
|
2009-07-29 11:57:27 +00:00 |
ORM
|
[2.0] Fixed issue with missing parenthesis in Math expressions
|
2009-08-14 21:03:27 +00:00 |
AllTests.php
|
[2.0] Cleaning up tests and removing some unused files to remove any confusion
|
2009-02-18 07:59:11 +00:00 |
DbalFunctionalTestCase.php
|
[2.0] Fixed connection sharing when Functional DBAL or ORM tests are run standalone.
|
2009-05-30 10:30:05 +00:00 |
DbalFunctionalTestSuite.php
|
[2.0] Solved the hassle with dropping/creating the test database through introducing a second test database for temporary connections. Please check the dbproperties.xml.dev file for reference. The 2 test databases need to be created *once* before the very first time of running the tests. New procedure successfully tested against mysql, postgresql, oracle.
|
2009-05-30 13:57:57 +00:00 |
DbalTestCase.php
|
Enabling namespaces. Final restructurings.
|
2009-01-22 19:38:10 +00:00 |
DbalTestSuite.php
|
Enabling namespaces. Final restructurings.
|
2009-01-22 19:38:10 +00:00 |
DoctrineTestCase.php
|
Enabling namespaces. Final restructurings.
|
2009-01-22 19:38:10 +00:00 |
DoctrineTestSuite.php
|
Enabling namespaces. Final restructurings.
|
2009-01-22 19:38:10 +00:00 |
OrmFunctionalTestCase.php
|
[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.
|
2009-08-13 10:13:06 +00:00 |
OrmFunctionalTestSuite.php
|
Enabling namespaces. Final restructurings.
|
2009-01-22 19:38:10 +00:00 |
OrmPerformanceTestCase.php
|
[2.0] Adding insert performance tests.
|
2009-05-19 16:11:08 +00:00 |
OrmTestCase.php
|
[2.0] Accomodate joincolumn names in the metadata, in the selection and the hydration processes. Improved Api of the ProxyFactory. Working implementation of lazy loading for *-to-one associations (affects #2348)
|
2009-07-20 12:05:19 +00:00 |
OrmTestSuite.php
|
Enabling namespaces. Final restructurings.
|
2009-01-22 19:38:10 +00:00 |
TestInit.php
|
[2.0] added tests for lazy loading; added error_reporting level; wired association proxy factory
|
2009-07-18 13:15:54 +00:00 |
TestUtil.php
|
[2.0] Solved the hassle with dropping/creating the test database through introducing a second test database for temporary connections. Please check the dbproperties.xml.dev file for reference. The 2 test databases need to be created *once* before the very first time of running the tests. New procedure successfully tested against mysql, postgresql, oracle.
|
2009-05-30 13:57:57 +00:00 |