Page 1 of 1

EF & arrays & enums & composite types(EDM)

Posted: Tue 30 Sep 2008 06:44
by kulibin
hi!
I have table with big array (double precision[]) in my db. I want to work with it in my EDM. It realy big - and if I will parse it from text - it will work slowly :(. And if I store every value of array in child table - this method not fit for my needs too...
That the EDM not understand array types - it EDM or provider limitation?
Can I hope this feature will be supported? How many time to wait?
And same questions about pg-enums and composite types in edm.

Posted: Tue 30 Sep 2008 12:32
by Shalex
This is an EDM limitation. Pg-enums are supported by our product now as strings, not as enums.