jonpryor / dblinq2007

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

DbMetal does not recognize PostgreSQL user defined types #272

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run DbMetal against a PostgreSQL database with user defined types
2. Error shown: 
DbMetal: Don't know how to convert the SQL type 'user-defined' into a managed 
type.
Parameter name: dataType

What is the expected output? What do you see instead?
Expected DbMetal to run successfully.
Output:
>>> Reading schema from PostgreSQL database
DbMetal: Don't know how to convert the SQL type 'user-defined' into a managed 
type.
Parameter name: dataType

What version of the product are you using? On what operating system?
DbLinq Database mapping generator 2008 version 0.20
on Fedora Linux 12

Please provide any additional information below.
PostgreSQL 8.4.4

Original issue reported on code.google.com by grau.f...@gmail.com on 9 Aug 2010 at 10:49

GoogleCodeExporter commented 9 years ago

Original comment by jonmpr...@gmail.com on 9 Aug 2010 at 1:33