cakephp2-php8/lib/Cake/Model/Datasource/Database
Victor Yap cf8c1cd93b Return length 36 for uuid columns in Postgres.describe()
When describing a Postgres native "uuid" column, the length 36 should be
returned so that Model.save() will be able to correctly set $isUUID as
"true" on that column.

Fixes #2467
2012-01-11 17:27:39 -05:00
..
Mysql.php Spelling and grammar fixes 2011-12-01 21:58:09 -08:00
Postgres.php Return length 36 for uuid columns in Postgres.describe() 2012-01-11 17:27:39 -05:00
Sqlite.php Code standards formatting 2011-12-15 22:52:07 -08:00
Sqlserver.php Explicitly using a fetch mode in SQLServer, not doing it causes serious memory leaks 2012-01-07 01:04:02 -04:30