Page 1 of 1

Entity Developer + PostgreSQL Array

Posted: Fri 19 Apr 2013 11:27
by blus
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).

Re: Entity Developer + PostgreSQL Array

Posted: Wed 24 Apr 2013 14:02
by Shalex
blus wrote:Is it possible to do that for now?
There is no way in the current implementation of Entity Framework.