cakephp2-php8/cake/libs/model/datasources
phpnut ea2c7819f3 Fixing error introduced in [4311] the DboSource::limit() does not return results as expected.
When column is tinyint(1) is $limit = LIMIT tinyint(1).
All others are similar result with $limit = LIMIT [column type][#]

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4328 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-24 10:47:12 +00:00
..
dbo Fixing error introduced in [4311] the DboSource::limit() does not return results as expected. 2007-01-24 10:47:12 +00:00
datasource.php Moving DataSource::getFieldValue to Set::extract 2006-10-14 17:19:03 +00:00
dbo_source.php Fixing issue with conditional values being empty arrays in DboSource::conditionKeysToString() 2007-01-22 19:21:21 +00:00