mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
e16bb286e0
Revision: [2092] Added fix for = not being added the conditions. Corrected paths for test suite. Test are now located in app/test/ Revision: [2090] Added fix to DboSource::conditions() that will check for the escaped single quotes. Before this fix any matching single quote pair could cause failure Revision: [2089] Fixed duplicate WHERE being added to the sql string git-svn-id: https://svn.cakephp.org/repo/trunk/cake@2093 3807eeeb-6ff5-0310-8944-8be069107fe0
9 lines
No EOL
515 B
Text
9 lines
No EOL
515 B
Text
///////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
// +---------------------------------------------------------------------------------------------------+ //
|
|
// + $Id$
|
|
// + Last Modified: $Date$
|
|
// + Modified By: $LastChangedBy$
|
|
// +---------------------------------------------------------------------------------------------------+ //
|
|
///////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
|
|
0.10.8.2093 |