LinuxDoku / migratordotnet

Automatically exported from code.google.com/p/migratordotnet
0 stars 0 forks source link

Patch for Postgresql Guid support #102

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

Attachments: