cakephp2-php8/lib/Cake/Model/Datasource/Database
mark_story 97ab2c0e9b Merge branch 'imsamurai-2.5' into 2.5
Add unsigned integer support to MySQL. Unsigned integers have not been
added to other databases as they either do not support them (postgres,
sqlserver) or they are 'faked' and don't do anything (sqlite).

Fixes #2321
2013-11-27 20:12:28 -05:00
..
Mysql.php Merge branch 'imsamurai-2.5' into 2.5 2013-11-27 20:12:28 -05:00
Postgres.php Adding flags override to additional pdo drivers 2013-11-24 01:04:17 -05:00
Sqlite.php Adding flags override to additional pdo drivers 2013-11-24 01:04:17 -05:00
Sqlserver.php Adding flags override to additional pdo drivers 2013-11-24 01:04:17 -05:00