cakephp2-php8/lib/Cake/Test/Case/Model/Datasource
Reuben Helms 07dbc4a527 Cater for length part of TEXT field in indexes for MySQL
Cater for length on TEXT column in index for _alterIndexes

Handle nested arrays in schemas

Used when writing indexes containg TEXT field for MySQL

Change comment style from code review

Remove stray space

Only generate length part of TEXT index column field when necessary

Override buildIndex() in Mysql instead of name()
Revert DboSource::buildIndex to previous state
Update Mysql::_alterIndexes for code reuse
Update MysqlTest to handle quoted index names.

Make code clearer, as per code review

Adjust function comments, as per code review
2012-12-13 08:33:43 +10:00
..
Database Cater for length part of TEXT field in indexes for MySQL 2012-12-13 08:33:43 +10:00
Session Allow 1 second of slip. 2012-07-18 22:22:57 -04:00
CakeSessionTest.php Merge branch '2.1' into 2.2 2012-05-26 21:11:36 -04:00
DataSourceTest.php Remove trailing whitespace from comments 2012-10-15 18:19:37 -06:00
DboSourceTest.php Added accidentally removed tests back in. 2012-11-17 23:14:40 +01:00