As of version 8.3, PostgreSQL provides the "uuid" type that Npgsql 2.0+ can
store Guids in.
Trying to use a migration involving Guid on Postgresql 8.2 or earlier will
still fail as per current situation.
This one line patch registers the uuid type.
Original issue reported on code.google.com by nathan.o...@gmail.com on 27 Mar 2009 at 2:33
Original issue reported on code.google.com by
nathan.o...@gmail.com
on 27 Mar 2009 at 2:33Attachments: