cakephp2-php8/lib/Cake/Model/Datasource
mark_story 27e2132a13 Generated SQL should not contain multi-column primary keys
While totally valid in databases, the Schema system is not designed to
handle multi-column primary keys in a sane way. In MySQL this results in
two auto_increment columns, and in postgres this results in two serial
columns.

Fixes 
2012-07-27 22:31:49 -04:00
..
Database Updating mixed @param documentation to seperate list of accepted types 2012-05-21 21:55:10 +01:00
Session Remove duplicate code. 2012-06-06 21:01:16 -04:00
CakeSession.php Make CakeSession use httponly by default. 2012-06-12 22:10:55 -04:00
DataSource.php Add no-op method to base class. 2012-04-30 20:52:17 -04:00
DboSource.php Generated SQL should not contain multi-column primary keys 2012-07-27 22:31:49 -04:00