cakephp2-php8/cake/libs/model
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
..
datasources Fixing error introduced in [4311] the DboSource::limit() does not return results as expected. 2007-01-24 10:47:12 +00:00
i18n Cleaning up translations model 2006-12-22 20:30:09 +00:00
behavior.php Binding additional Behavior callbacks to Model 2006-12-19 19:26:02 +00:00
connection_manager.php Wrapping all core messages in translation function 2006-12-22 22:49:47 +00:00
model.php Fixing error introduced in [4311] the DboSource::limit() does not return results as expected. 2007-01-24 10:47:12 +00:00