1
0
mirror of synced 2024-12-13 22:56:04 +03:00
doctrine2/tests
2006-11-18 20:27:09 +00:00
..
DataDict added adapter skeletons, fixed wrong limit subquery ordering 2006-10-26 22:12:58 +00:00
AccessTestCase.php method name changes for better custom getter/setter compatibility 2006-09-17 17:59:04 +00:00
BatchIteratorTestCase.php method name changes for better custom getter/setter compatibility 2006-09-17 17:59:04 +00:00
BooleanTestCase.php Fixed a bug when saving a record with null valued boolean column 2006-10-02 20:51:36 +00:00
CacheFileTestCase.php method name changes for better custom getter/setter compatibility 2006-09-17 17:59:04 +00:00
CacheQuerySqliteTestCase.php Removed object cache and all references to it, ticket #89 fixed 2006-09-20 21:07:13 +00:00
CacheSqliteTestCase.php method name changes for better custom getter/setter compatibility 2006-09-17 17:59:04 +00:00
classes.php adding a test to show a situation where cascading inserts do not work 2006-10-17 19:02:00 +00:00
CollectionOffsetTestCase.php Fixes #175 2006-10-18 20:17:49 +00:00
CollectionTestCase.php Doctrine_Collection::loadRelated() bug fixed 2006-09-08 23:20:51 +00:00
CompositePrimaryKeyTestCase.php new component: Doctrine_RawSql 2006-07-21 23:22:15 +00:00
ConfigurableTestCase.php Removed cache constants, added portability constants 2006-11-16 12:45:34 +00:00
ConnectionTestCase.php fixed references to deprecated getTransaction() and getUnitOfWork() methods 2006-11-16 20:31:39 +00:00
ConnectionTransactionTestCase.php Fixed many-to-many handling when join table component is accessed before the associated component, fixes #136, #84 2006-10-01 10:10:11 +00:00
CustomPrimaryKeyTestCase.php method name changes for better custom getter/setter compatibility 2006-09-17 17:59:04 +00:00
CustomResultSetOrderTestCase.php Fixed fatal bug in Doctrine_Hydrate resulting in wrong mappings when result set contains rows in 'wrong' order. 2006-10-01 14:35:38 +00:00
DataDictSqliteTestCase.php Boolean type bugs fixed, fixes #101 2006-09-26 21:12:14 +00:00
DbProfilerTestCase.php fixing case in files 2006-11-11 19:32:34 +00:00
DBTestCase.php Removed cache constants, added portability constants 2006-11-16 12:45:34 +00:00
EnumTestCase.php DQL enum handling fixed, fixes #202 2006-10-26 20:53:59 +00:00
EventListenerChainTestCase.php fixed tests 2006-09-24 19:54:55 +00:00
EventListenerTestCase.php new attribute: Doctrine::ATTR_ACCESSORS, DQL subquery support, accessor invoking support 2006-10-06 16:50:00 +00:00
ExportMysqlTestCase.php added Mysql export driver + updated some datadict drivers 2006-10-19 20:56:59 +00:00
FilterTestCase.php Started the building of Doctrine_ValueHolder 2006-08-07 09:55:46 +00:00
FormBuilderTestCase.php Doctrine_Table::find now returns false if record is not found (instead of throwing InvalidKeyException) 2006-06-06 20:37:56 +00:00
IdentifierTestCase.php Doctrine_Table::find now returns false if record is not found (instead of throwing InvalidKeyException) 2006-06-06 20:37:56 +00:00
ImportTestCase.php Fixes #192, added Doctrine_Record_State_TestCase 2006-10-25 20:02:40 +00:00
ManagerTestCase.php Fixed the core get() / set() issue 2006-09-12 21:36:36 +00:00
PessimisticLockingTestCase.php Enhancements and refactorings for the offline locking manager. 2006-11-11 20:28:54 +00:00
QueryComponentAliasTestCase.php Doctrine_Db updates 2006-11-08 10:18:15 +00:00
QueryConditionTestCase.php Total rewrite for DQL alias model: now using short aliases instead of long aliases (needed for Oracle portability). 2006-11-05 19:24:28 +00:00
QueryDeleteTestCase.php Total rewrite for DQL alias model: now using short aliases instead of long aliases (needed for Oracle portability). 2006-11-05 19:24:28 +00:00
QueryFromTestCase.php Total rewrite for DQL alias model: now using short aliases instead of long aliases (needed for Oracle portability). 2006-11-05 19:24:28 +00:00
QueryLimitTestCase.php Doctrine_Db updates 2006-11-08 10:18:15 +00:00
QueryMultiJoinTestCase.php Fixed fatal bug in Doctrine_Hydrate resulting in wrong mappings when result set contains rows in 'wrong' order. 2006-10-01 14:35:38 +00:00
QueryReferenceModelTestCase.php Added the missing test case 2006-09-21 19:38:46 +00:00
QuerySelectTestCase.php DQL: support for DISTINCT keyword in aggregate functions, fixes #220 2006-11-05 20:08:34 +00:00
QueryShortAliasesTestCase.php Total rewrite for DQL alias model: now using short aliases instead of long aliases (needed for Oracle portability). 2006-11-05 19:24:28 +00:00
QuerySubqueryTestCase.php Total rewrite for DQL alias model: now using short aliases instead of long aliases (needed for Oracle portability). 2006-11-05 19:24:28 +00:00
QueryTestCase.php Total rewrite for DQL alias model: now using short aliases instead of long aliases (needed for Oracle portability). 2006-11-05 19:24:28 +00:00
QueryUpdateTestCase.php Total rewrite for DQL alias model: now using short aliases instead of long aliases (needed for Oracle portability). 2006-11-05 19:24:28 +00:00
QueryWhereTestCase.php Doctrine_Query::where() now accepts prepared statement parameters 2006-11-08 19:12:16 +00:00
RawSqlTestCase.php Firebird LIMIT support updated, severe query parser bug fixed 2006-08-23 10:11:40 +00:00
RecordFilterTestCase.php new attribute: Doctrine::ATTR_ACCESSORS, DQL subquery support, accessor invoking support 2006-10-06 16:50:00 +00:00
RecordStateTestCase.php Fixes #192, added Doctrine_Record_State_TestCase 2006-10-25 20:02:40 +00:00
RecordTestCase.php Doctrine_Db updates 2006-11-08 10:18:15 +00:00
RelationAccessTestCase.php Improved some tests. 2006-10-13 16:28:40 +00:00
RelationManyToManyTestCase.php 2006-11-18 20:27:09 +00:00
RelationTestCase.php Fixes #194, added Doctrine_Relation_ManyToMany_TestCase 2006-10-25 21:12:30 +00:00
RepositoryTestCase.php Doctrine_Table::find now returns false if record is not found (instead of throwing InvalidKeyException) 2006-06-06 20:37:56 +00:00
run.php fixed references to deprecated getTransaction() and getUnitOfWork() methods 2006-11-16 20:31:39 +00:00
SchemaTestCase.php Developed Doctrine_Import, changed Doctrine_Schema objects to have unified constructor 2006-10-23 19:55:30 +00:00
TableTestCase.php Small fixes 2006-11-11 19:51:51 +00:00
UnitOfWorkTestCase.php added UnitOfWork test case 2006-11-16 22:07:13 +00:00
UnitTestCase.php fixed references to deprecated getTransaction() and getUnitOfWork() methods 2006-11-16 20:31:39 +00:00
UnsortedTestCase.php adding a test to show a situation where cascading inserts do not work 2006-10-17 19:02:00 +00:00
ValidatorTestCase.php Finished the validation changes. 2006-10-11 16:24:18 +00:00
ValueHolderTestCase.php 2006-08-21 23:20:33 +00:00
ViewTestCase.php Refactored Doctrine_View 2006-09-20 21:40:16 +00:00