cakephp2-php8/cake/libs/model/datasources/dbo
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_adodb.php Corrected doc comments in dbo sources. 2006-12-01 02:34:56 +00:00
dbo_mssql.php Adding fix from Ticket #1808. 2006-12-28 03:41:33 +00:00
dbo_mysql.php Fixing error introduced in [4311] the DboSource::limit() does not return results as expected. 2007-01-24 10:47:12 +00:00
dbo_mysqli.php Corrected doc comments in dbo sources. 2006-12-01 02:34:56 +00:00
dbo_odbc.php Corrected doc comments in dbo sources. 2006-12-01 02:34:56 +00:00
dbo_oracle.php Adding patch from phishy: 2007-01-02 20:30:22 +00:00
dbo_pear.php Updating DboPear to be consistent with DboSource API 1.2 2007-01-06 06:02:37 +00:00
dbo_postgres.php Fixes for: 2006-12-25 10:51:08 +00:00
dbo_sqlite.php Corrected doc comments in dbo sources. 2006-12-01 02:34:56 +00:00
dbo_sybase.php Corrected doc comments in dbo sources. 2006-12-01 02:34:56 +00:00