Entity Developer + PostgreSQL Array
Posted: Fri 19 Apr 2013 11:27
Hello,
I would like to create DataModel.edml from table in PostgreSQL, which contains one field for example text[] or int[]. (http://www.postgresql.org/docs/9.1/static/arrays.html)
Is it possible to do that for now?
When I create model from existing table with text[] field type, I've receive from ED (with dotConnect for PostgreSQL) an error "The Type text[] is not qualified with a namespace or alias. Only primitive types can be used without qualification." (I know that EF support only primitives types).
I would like to create DataModel.edml from table in PostgreSQL, which contains one field for example text[] or int[]. (http://www.postgresql.org/docs/9.1/static/arrays.html)
Is it possible to do that for now?
When I create model from existing table with text[] field type, I've receive from ED (with dotConnect for PostgreSQL) an error "The Type text[] is not qualified with a namespace or alias. Only primitive types can be used without qualification." (I know that EF support only primitives types).