uuid datatype

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
iWebs
Posts: 2
Joined: Wed 06 Feb 2008 02:43

uuid datatype

Post by iWebs » Thu 15 May 2008 02:24

how to handle uuid datatype in PostgreSQLDirect .NET ?

thanks

Alexey.mdr
Posts: 729
Joined: Thu 13 Dec 2007 10:24

Post by Alexey.mdr » Thu 15 May 2008 09:40

Thank you for the inquiry.
This type is not yet supported in the current version of PostgreSQLDirect .NET.
We plan to support this data type in the nearest builds.

burning snow
Posts: 6
Joined: Sun 09 Sep 2007 10:26

Post by burning snow » Mon 09 Jun 2008 09:06

Hi Alexey,

I just looked in the latest release and couldn't find the UUID data type. Is there any public roadmap for this data type?

Thank you very much in advance.

Alexey.mdr
Posts: 729
Joined: Thu 13 Dec 2007 10:24

Post by Alexey.mdr » Mon 09 Jun 2008 09:34

Hello,

Unfortunately, the uuid type is not supported yet.
We are actively working on developing PostgreSQL and Entity Framework interaction now.
As a temporary solution please use long type.

Regards,
Alexey.

Post Reply