Search found 3 matches

by royirwan
25.07.2008, 12:26
Forum: User Patches
Topic: PostgreSQL UUID/GUID Data Type Support
Replies: 1
Views: 1017

Hi again, If you want to implement PostgreSQL UUID column as TGuidField instead of normal string field (TStringField), here is the quick n dirty patch: Index: component\ZAbstractRODataset.pas =================================================================== --- component\ZAbstractRODataset.pas (v ...
by royirwan
25.07.2008, 05:17
Forum: PostgreSQL
Topic: Work with Zeos Postgres 8.3
Replies: 1
Views: 1532

AFAIK it's not implemented yet. But if you want to use uuid as a normal string field n not as guid field, you can read here.
by royirwan
25.07.2008, 05:04
Forum: User Patches
Topic: PostgreSQL UUID/GUID Data Type Support
Replies: 1
Views: 1017

PostgreSQL UUID/GUID Data Type Support

Hi all, I need to implement PostgreSQL UUID/GUID data type support in Zeos. I already checked up to latest snapshot (rev 387) n it's not implemented yet. So, I have to patch ZeosDBO for this purpose. And if you need the patch, here is the quick n dirty diffs: --- dbc/ZDbcPostgreSqlUtils.pas (v 6.6.2...