.. |
AllTests.php
|
[2.0][DDC-191][DDC-192] Attempt to fix both.
|
2009-12-07 16:21:29 +00:00 |
DDC144Test.php
|
Fixed incorrect transaction management in locking tests.
|
2010-06-07 00:15:38 +02:00 |
DDC163Test.php
|
[2.0][DDC-335][DDC-347][DDC-317] Fixed. Also prepared DQL for CASE/COALESCE/NULLIF support.
|
2010-02-19 21:28:17 +00:00 |
DDC168Test.php
|
[2.0][DDC-274] Moved Sql to SQL loggers. Also implemented some todos.
|
2010-03-31 20:47:35 +00:00 |
DDC192Test.php
|
[2.0][DDC-191][DDC-192] Attempt to fix both.
|
2009-12-07 16:21:29 +00:00 |
DDC199Test.php
|
[DDC-193] Fixed.
|
2010-04-10 00:00:36 +02:00 |
DDC211Test.php
|
[DDC-193] Fixed.
|
2010-04-10 00:00:36 +02:00 |
DDC237Test.php
|
[DDC-193] Fixed.
|
2010-04-10 00:00:36 +02:00 |
DDC258Test.php
|
[2.0][DDC-274] Moved Sql to SQL loggers. Also implemented some todos.
|
2010-03-31 20:47:35 +00:00 |
DDC279Test.php
|
[DDC-193] Fixed.
|
2010-04-10 00:00:36 +02:00 |
DDC309Test.php
|
[DDC-193] Fixed.
|
2010-04-10 00:00:36 +02:00 |
DDC331Test.php
|
[2.0][DDC-331] Added coverage to CTI not generating valid SQL when fetching for a parent field ona child class.
|
2010-03-03 02:27:11 +00:00 |
DDC345Test.php
|
[DDC-193] Fixed.
|
2010-04-10 00:00:36 +02:00 |
DDC353Test.php
|
Fixed incorrect transaction management in locking tests.
|
2010-06-07 00:15:38 +02:00 |
DDC371Test.php
|
[DDC-193] Fixed.
|
2010-04-10 00:00:36 +02:00 |
DDC381Test.php
|
[DDC-193] Fixed.
|
2010-04-10 00:00:36 +02:00 |
DDC422Test.php
|
[2.0][DDC-274] Moved Sql to SQL loggers. Also implemented some todos.
|
2010-03-31 20:47:35 +00:00 |
DDC425Test.php
|
[2.0][DDC-274] Moved Sql to SQL loggers. Also implemented some todos.
|
2010-03-31 20:47:35 +00:00 |
DDC440Test.php
|
Fix DDC440Test to comply with Oracle Identifier-Name Restrictions
|
2010-07-29 00:10:23 +02:00 |
DDC444Test.php
|
[2.0][DDC-274] Moved Sql to SQL loggers. Also implemented some todos.
|
2010-03-31 20:47:35 +00:00 |
DDC448Test.php
|
[2.0][DDC-448][DDC-513] Fixed issue with Joined Inheritance Type and One To One Associations.
|
2010-04-13 00:29:29 -03:00 |
DDC493Test.php
|
[DDC-619] Removed support to complex PathExpressions.
|
2010-07-23 01:55:33 -03:00 |
DDC501Test.php
|
DDC-501 - Cleanup Ticket Test file a little bit
|
2010-07-01 23:58:46 +02:00 |
DDC512Test.php
|
[DDC-512] Fixed.
|
2010-04-15 18:36:17 +02:00 |
DDC513Test.php
|
[2.0][DDC-493] Added coverage to DDC-493 and optimized DDC-513 unit tests. Previous commit fixed the issue.
|
2010-04-13 00:40:45 -03:00 |
DDC518Test.php
|
Updated tests.
|
2010-07-30 17:19:50 +02:00 |
DDC522Test.php
|
DDC-762 - Fixed notice when mapping foreign keys to field having null values
|
2010-09-13 21:48:25 +02:00 |
DDC531Test.php
|
[DDC-531] Fixed.
|
2010-05-21 11:49:05 +02:00 |
DDC588Test.php
|
[DDC-588] EntityManager::refresh uses fieldName instead of columnName
|
2010-05-14 22:10:13 +02:00 |
DDC599Test.php
|
Moved association mappings to plain arrays, just like field mappings.
|
2010-08-09 22:48:07 +02:00 |
DDC618Test.php
|
DDC-618 - Bugfix INDEX BY was not yet implemented in SqlWalker
|
2010-06-29 00:06:19 +02:00 |
DDC633Test.php
|
DDC-633 - Fix Eager ManyToOne or OneToOne relations being replaced by a proxy instead.
|
2010-08-08 11:05:30 +02:00 |
DDC656Test.php
|
DDC656 - Fix bug with order of fields when recomputeSingleEntityChangeSet() is called after lifecycle events are invoked
|
2010-07-04 08:54:57 +02:00 |
DDC698Test.php
|
[DDC-698] Fixed wrong SQL generation of m2m with starting path on inverse side.
|
2010-07-26 01:13:03 -03:00 |
DDC719Test.php
|
[DDC-719] Fixed issue with Empty and also Size function that were generating an incorrect SQL for associations counting.
|
2010-08-06 13:01:06 -03:00 |
DDC729Test.php
|
DDC-729 Add more tests for merging with many to many relations
|
2010-08-09 23:02:44 +02:00 |
DDC735Test.php
|
DDC-735 - Fix PersistentCollection::remove() and PersistentCollection::removeElement() behaving differently with regards to orphan removal
|
2010-08-08 17:13:03 +02:00 |
DDC742Test.php
|
DDC-742 - Fix issue with collections that are set to fetch=EAGER not being initialized with takeSnapshot() correctly
|
2010-08-15 19:51:06 +02:00 |
DDC748Test.php
|
DDC-748 - Fix bug in EntityManager::refresh() when entity has an owning side many-to-one bi-directional association
|
2010-09-12 21:41:22 +02:00 |
DDC767Test.php
|
DDC-767 - Add testcase that shows described behavior works and not produces notices.
|
2010-09-15 22:11:09 +02:00 |
Ticket69.php
|
[DDC-193] Fixed.
|
2010-04-10 00:00:36 +02:00 |
Ticket2481Test.php
|
[2.0] Fixing empty insert sql statements (closes #2481)
|
2009-09-08 19:31:26 +00:00 |