cakephp2-php8/lib/Cake/Model/Datasource/Database
mark_story 0b6c23d04f Update schema reflection for postgres.
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
2017-03-26 22:23:41 -04:00
..
Mysql.php minor code style improvements 2016-09-05 21:53:10 +02:00
Postgres.php Update schema reflection for postgres. 2017-03-26 22:23:41 -04:00
Sqlite.php Fixing Sqlite's handling of datetime/timestamp columns with current_timestamp default set 2016-05-19 00:21:43 +02:00
Sqlserver.php Replacing self with static due to PHP5.3+. Following #7040. 2015-07-21 10:22:53 +02:00