cakephp2-php8/lib/Cake/Test
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
..
Case Cater for length part of TEXT field in indexes for MySQL 2012-12-13 08:33:43 +10:00
Fixture Fix totally incorrect test. 2012-10-31 22:51:37 -04:00
test_app Add App::uses() 2012-11-03 21:55:46 +05:30