1
0
Fork 0
mirror of synced 2025-04-02 21:06:18 +03:00
doctrine2/tests/Export
2007-11-18 16:06:37 +00:00
..
CheckConstraintTestCase.php moved all models to trunk/models. removed some old invalid testcases 2007-09-02 14:24:49 +00:00
FirebirdTestCase.php 2007-10-29 22:58:43 +00:00
InformixTestCase.php Moved export test cases 2006-12-27 21:30:25 +00:00
MssqlTestCase.php Moved export test cases 2006-12-27 21:30:25 +00:00
MysqlTestCase.php corrected some tests 2007-10-17 19:24:03 +00:00
OracleTestCase.php removing ending ?> and some tabs 2007-09-02 16:56:44 +00:00
PgsqlTestCase.php Fixed some identifier quoting on sqlite, mysql and pgsql. Added some tests too 2007-09-30 01:17:49 +00:00
RecordTestCase.php Refactoring. Started to introduced a clear separation between column names and field names (aka column aliases).\nDoctrine_Connection, DQL Parser classes/methods map field names => column names.\nDoctrine_Hydrate maps column names => field names during hydration.\nColumn names are only stored in Doctrine_Table:: and Doctrine_Table::.\nRelations use column names in 'local'/'foreign'.\nWhen using field names (column aliases) you need to use the column names in 'local'/'foreign' when setting up a relation (hasOne/hasMany), not the field names.\n\n In other words column names are only used to communicate with the database. field names are used everywhere else. the casing of field names does not matter. column names are forced to lower case for portability. If you dont use field names (column aliases) your column names are your field names (and therefore all lowercase). 2007-11-18 16:06:37 +00:00
ReporterTestCase.php moved all models to trunk/models. removed some old invalid testcases 2007-09-02 14:24:49 +00:00
SchemaTestCase.php Fix unit tests. 2007-10-05 19:34:05 +00:00
SqliteTestCase.php Mass search and replace for coding standards changes, doc block formatting, and code spacing. 2007-10-21 06:23:59 +00:00