cakephp2-php8/cake/libs/model/datasources/dbo
phpnut dcac88825a Adding fix for Ticket #2339
Adding fix for Ticket #2335
Adding fix for Ticket #2344

Merged changes in dbo from 1.2 to 1.1
Merged changes to session handling in 1.2 to 1.1
Merged changes to Model::_ _saveMulti() in 1.2 to 1.1
Added Set::pushDiff() to append differences in array 2 to array 1
Added SessionComponent::activate() and SessionHelper::activate() to turn sessions usage on if AUTO_SESSION is set to false
Added test for Ticket #2343
Added change to AclNode to use correct table naming
Added garbage clean up to CakeSession::_ _close(); some installs, like Debian, have removed garbage clean
up and use a cron job instead. Currently this change is only supported for database session.

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4752 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-04-04 07:25:48 +00:00
..
dbo_adodb.php Renaming $__transactionStarted to $_transactionStarted (ticket #2141) 2007-02-17 08:28:09 +00:00
dbo_db2.php Renaming $__transactionStarted to $_transactionStarted (ticket #2141) 2007-02-17 08:28:09 +00:00
dbo_mssql.php Removing column length from INT column type in DboMssql (Ticket #2308) 2007-03-29 02:21:50 +00:00
dbo_mysql.php Fixing MySQL schema generation for null columns 2007-03-21 05:00:54 +00:00
dbo_mysqli.php Added $config['database'] mysqli_connect() in DboMysqli::connect(), removed mysqli_select_db() 2007-03-23 10:56:42 +00:00
dbo_odbc.php Renaming $__transactionStarted to $_transactionStarted (ticket #2141) 2007-02-17 08:28:09 +00:00
dbo_oracle.php Adding phishy's Oracle patch, fixing Sybase queries and column defs 2007-03-16 14:23:54 +00:00
dbo_pear.php Correcting all headers in the files 2007-02-02 10:39:45 +00:00
dbo_postgres.php Adding fix for Ticket #2339 2007-04-04 07:25:48 +00:00
dbo_sqlite.php Renaming $__transactionStarted to $_transactionStarted (ticket #2141) 2007-02-17 08:28:09 +00:00
dbo_sybase.php Adding phishy's Oracle patch, fixing Sybase queries and column defs 2007-03-16 14:23:54 +00:00