model from database failed with varchar(xx)[] array

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
Klyum
Posts: 1
Joined: Wed 12 Aug 2015 19:27

model from database failed with varchar(xx)[] array

Post by Klyum » Wed 12 Aug 2015 21:26

the created model specify for the "server data type" : VARCHAR[] in place of per example VARCHAR(250)[]

in linqpad, tables with those attributes are silently ignored

after manual correction, it compiles and works in linqpad using the static driver way.

MariiaI
Devart Team
Posts: 1472
Joined: Mon 13 Feb 2012 08:17

Re: model from database failed with varchar(xx)[] array

Post by MariiaI » Thu 13 Aug 2015 11:43

Thank you for the report on this. We have reproduced this issue. We will investigate it more clearly and inform you about the results as soon as possible.

MariiaI
Devart Team
Posts: 1472
Joined: Mon 13 Feb 2012 08:17

Re: model from database failed with varchar(xx)[] array

Post by MariiaI » Fri 21 Aug 2015 06:15

The bug with adding tables with columns of array data types to the model is fixed.
New build of dotConnect for PostgreSQL 7.4.478 is available for download!
It can be downloaded from http://www.devart.com/dotconnect/postgr ... nload.html (trial version) or from Registered Users' Area (for users with active subscription only).
For more information, please refer to http://forums.devart.com/viewtopic.php?f=3&t=32322.

Post Reply