PetaPoco icon indicating copy to clipboard operation
PetaPoco copied to clipboard

PostGreSqlSchemaReader does not map uuid to System.Guid

Open jokokko opened this issue 8 years ago • 0 comments

PostGreSqlSchemaReader when switching on column's udt_name maps uuid to string (the default case). It should be mapped to System.Guid (https://www.postgresql.org/docs/9.0/static/datatype-uuid.html).

jokokko avatar Aug 03 '16 11:08 jokokko