Details
-
Type:
New Feature
-
Status:
Awaiting Feedback
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 2.3
-
Fix Version/s: None
-
Component/s: Platforms
-
Security Level: All
-
Labels:None
Description
Please add support for uuid datatype in PostgreSQL
It seems the only missing piece is the implementation of the getGuidExpression method in the PostgreSqlPlatform class.
Details on generating UUIDs from postgres can be found here:
http://www.postgresql.org/docs/current/static/uuid-ossp.html
Things that would need to be addressed:
1) It requires the uuid-ossp module to be installed in the database. Solve with documentation or ...?
2) There isn't just one function. Just pick one or make it configurable with a sane default?