cakephp2-php8/lib/Cake/Model/Datasource
thomasv 1dbb6dd0e4 Update DatabaseSession.php
To prevent error: "Integrity constraint violation: 1052 Column 'id' in where clause is ambiguous" when using a custom Session object in relationship with another object (belongsTo <-| hasMany)
2015-09-10 00:25:39 +02:00
..
Database Replacing self with static due to PHP5.3+. Following #7040. 2015-07-21 10:22:53 +02:00
Session Update DatabaseSession.php 2015-09-10 00:25:39 +02:00
CakeSession.php Replacing self with static due to PHP5.3+. Following #7040. 2015-07-21 10:22:53 +02:00
DataSource.php Wording correction. 2014-11-05 13:14:45 +01:00
DboSource.php DboSource now check the actual status of connection by executing a dumb query on DB 2015-08-07 21:59:28 -04:00