EDM Wizard doesn't work with PostgreSql columns with domain types
Posted: Thu 21 Feb 2008 21:01
I cannot get the EDM Wizard to work with PostgreSql custom types.
I have a few custom types defined in my schema. For example, d_enabled is basically a boolean.
When I run the wizard on this schema, I get an error for each column with a non-standard type.
I also get a couple different errors that I can't make heads or tails of.
Here is the output of the error dialog:
---------------------------
Error
---------------------------
Value cannot be null.
Parameter name: storeEntityContainer
Generator warnings:
Error Code: 6005
Severity: Warning
Message: The data type 'd_enabled' is not supported, the column 'enabled' in table 'c_customer.account' was excluded.
Error Code: 6005
Severity: Warning
Message: The data type 'd_create_time' is not supported, the column 'create_time' in table 'c_customer.account' was excluded.
Error Code: 6005
Severity: Warning
Message: The data type 'd_update_time' is not supported, the column 'update_time' in table 'c_customer.account' was excluded.
Error Code: 6005
Severity: Warning
Message: The data type 'd_create_time' is not supported, the column 'create_time' in table 'c_customer.attribute' was excluded.
Error Code: 6005
Severity: Warning
Message: The data type 'd_update_time' is not supported, the column 'update_time' in table 'c_customer.attribute' was excluded.
Error Code: 6005
Severity: Warning
Message: The data type 'd_create_time' is not supported, the column 'create_time' in table 'c_customer.attribute_default' was excluded.
Error Code: 6005
Severity: Warning
Message: The data type 'd_update_time' is not supported, the column 'update_time' in table 'c_customer.attribute_default' was excluded.
Error Code: 6005
Severity: Warning
Message: The data type 'd_create_time' is not supported, the column 'create_time' in table 'c_customer.attribute_type' was excluded.
Error Code: 6005
Severity: Warning
Message: The data type 'd_update_time' is not supported, the column 'update_time' in table 'c_customer.attribute_type' was excluded.
Error Code: 6003
Severity: Error
Message: The given key was not present in the dictionary.
---------------------------
OK
---------------------------
I have a few custom types defined in my schema. For example, d_enabled is basically a boolean.
When I run the wizard on this schema, I get an error for each column with a non-standard type.
I also get a couple different errors that I can't make heads or tails of.
Here is the output of the error dialog:
---------------------------
Error
---------------------------
Value cannot be null.
Parameter name: storeEntityContainer
Generator warnings:
Error Code: 6005
Severity: Warning
Message: The data type 'd_enabled' is not supported, the column 'enabled' in table 'c_customer.account' was excluded.
Error Code: 6005
Severity: Warning
Message: The data type 'd_create_time' is not supported, the column 'create_time' in table 'c_customer.account' was excluded.
Error Code: 6005
Severity: Warning
Message: The data type 'd_update_time' is not supported, the column 'update_time' in table 'c_customer.account' was excluded.
Error Code: 6005
Severity: Warning
Message: The data type 'd_create_time' is not supported, the column 'create_time' in table 'c_customer.attribute' was excluded.
Error Code: 6005
Severity: Warning
Message: The data type 'd_update_time' is not supported, the column 'update_time' in table 'c_customer.attribute' was excluded.
Error Code: 6005
Severity: Warning
Message: The data type 'd_create_time' is not supported, the column 'create_time' in table 'c_customer.attribute_default' was excluded.
Error Code: 6005
Severity: Warning
Message: The data type 'd_update_time' is not supported, the column 'update_time' in table 'c_customer.attribute_default' was excluded.
Error Code: 6005
Severity: Warning
Message: The data type 'd_create_time' is not supported, the column 'create_time' in table 'c_customer.attribute_type' was excluded.
Error Code: 6005
Severity: Warning
Message: The data type 'd_update_time' is not supported, the column 'update_time' in table 'c_customer.attribute_type' was excluded.
Error Code: 6003
Severity: Error
Message: The given key was not present in the dictionary.
---------------------------
OK
---------------------------