cakephp2-php8/lib/Cake/Model/Datasource
2011-07-11 00:16:41 +02:00
..
Database Updating varchar, text columns to use nvarchar. 2011-06-23 23:01:17 -07:00
Session Refactored DatabaseSession to use only 'Session.handler.model' config. Fixed static call on non-static method DatabaseSession::gc(). Fix for SessionFixture -primary key too long (MySQL Error: 1071) 2011-07-11 00:16:41 +02:00
CakeSession.php Updating the copyright to 2011. 2011-05-30 22:32:43 -04:00
DataSource.php Updating the copyright to 2011. 2011-05-30 22:32:43 -04:00
DboSource.php Removing magic variable in DboSource to bypass the adding of fields to association queries, instead adding the ability to declare 'fields' => false in the association array. This opens the possibility of having joins for filtering purposes. 2011-06-28 11:45:37 -04:30