cakephp2-php8/cake/libs/model/dbo
phpnut 0c0dec8bc0 Merging fixes into the trunk.
Revision: [2629]
Fixed recursive associations when set to 0, did not add the hasOne or belongsTo in the query.
Changed scaffold to use recursive setting of 0 in all methods that call Model::findAll()
Fixed Invalid argument supplied for foreach() notice in show.thtml
Removed 500 record limit in Controller::generateFieldNames()

Revision: [2628]
Merging changes from model_php5.php

Revision: [2627]
Fixing messed up characters in dbo_odbc, adding docstrings, and giving connect() a return value

Revision: [2625]
Bringing all DB drivers up to date

Revision: [2624]
Changed fixed for Ticket #609 so and empty array is set instead of null.
This is more consistent with the other arrays that are returned if an association is found

Revision: [2623]
Adding fix for Ticket #712

git-svn-id: https://svn.cakephp.org/repo/trunk/cake/1.x.x.x@2630 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-04-28 05:26:06 +00:00
..
dbo_adodb.php Merging fixes into the trunk. 2006-04-27 10:04:08 +00:00
dbo_generic.php Merging fixes and enhancements into trunk. 2006-02-25 19:20:18 +00:00
dbo_mssql.php Merging fixes into the trunk. 2006-04-27 10:04:08 +00:00
dbo_mysql.php Merging fixes into the trunk. 2006-04-28 05:26:06 +00:00
dbo_odbc.php Merging fixes into the trunk. 2006-04-28 05:26:06 +00:00
dbo_pear.php Merging fixes and enhancements into trunk. 2006-02-25 19:20:18 +00:00
dbo_postgres.php Merging fixes into the trunk. 2006-04-28 05:26:06 +00:00
dbo_sqlite.php Merging fixes into the trunk. 2006-04-28 05:26:06 +00:00