mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
0b6c23d04f
Use the schema reflection query from 3.x to provide access to the serial column attributes. These attributes give a more reliable way to access primary key data than comparing the primary key of the model. The old approach failed when schema was generated and concrete model's were missing. Refs #10356 |
||
---|---|---|
.. | ||
Database | ||
Session | ||
CakeSession.php | ||
DataSource.php | ||
DboSource.php |