cakephp2-php8/cake/libs/model/datasources/dbo
nate 72c80efa75 Fixes #3698, no additional select performed in Model::deleteAll() if $callbacks and $cascade are false
Fixes #2146, set 'foreignKey' => false and use association conditions to get custom join scoping
Fixes #3323, set 'foreignKey' => false to disable default conditions
Fixes #3627, added Model::$findQueryType to inform callbacks of the current find query type, i.e. 'count'


git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6258 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-12-25 10:37:08 +00:00
..
dbo_adodb.php "Removing all shortcut function usage from the core" 2007-12-08 06:08:03 +00:00
dbo_db2.php fixing syntax error in dbo_db2 for people who choose not to submit patches, fixes #3740 2007-12-19 02:32:18 +00:00
dbo_firebird.php Fixes #3698, no additional select performed in Model::deleteAll() if $callbacks and $cascade are false 2007-12-25 10:37:08 +00:00
dbo_mssql.php Fixes #3698, no additional select performed in Model::deleteAll() if $callbacks and $cascade are false 2007-12-25 10:37:08 +00:00
dbo_mysql.php "Removing all shortcut function usage from the core" 2007-12-08 06:08:03 +00:00
dbo_mysqli.php "Removing all shortcut function usage from the core" 2007-12-08 06:08:03 +00:00
dbo_odbc.php Changing @return int to @return integer and @param bool to @param boolean 2007-10-22 16:54:36 +00:00
dbo_oracle.php "Removing all shortcut function usage from the core" 2007-12-08 06:08:03 +00:00
dbo_postgres.php "Removing all shortcut function usage from the core" 2007-12-08 06:08:03 +00:00
dbo_sqlite.php "Removing all shortcut function usage from the core" 2007-12-08 06:08:03 +00:00
dbo_sybase.php updating dbos, fixes #3705 2007-12-13 22:08:11 +00:00