PetaPoco
PetaPoco copied to clipboard
PostGreSqlSchemaReader does not map uuid to System.Guid
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).