cakephp2-php8/lib/Cake/Model/Datasource
mark_story b2958dad79 Re-add call to parent destructor.
In 762ebd4 a destructor was added to DboSource, this accidentally
removed the rollback on destruct that Datasource provides. Restoring
this via a parent call allows pending transactions to be rolled back at
the end of a request.

Fixes #6251
2015-04-01 20:37:06 -04:00
..
Database Merge branch 'postgres_altercolum_error' into master 2015-03-14 22:23:43 -04:00
Session Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
CakeSession.php Renew the session even the session id is '0'. 2015-03-29 21:42:43 -04:00
DataSource.php Wording correction. 2014-11-05 13:14:45 +01:00
DboSource.php Re-add call to parent destructor. 2015-04-01 20:37:06 -04:00