Linqpad hstore table ignored

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
b4st13n
Posts: 2
Joined: Fri 24 Feb 2017 02:42

Linqpad hstore table ignored

Post by b4st13n » Fri 24 Feb 2017 03:10

Hello,

I'm using Linqpad. Seems the Devart LinqConnect 4.5.1141.0 .LPX driver ignore my tables where hstore columns are defined.

Could you help me?

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Linqpad hstore table ignored

Post by Shalex » Tue 28 Feb 2017 12:46

We have reproduced the issue. The hstore type is currently not supported by LinqConnect: https://www.devart.com/linqconnect/docs ... pping.html.

We will investigate the case (either leave a current behaviour unchanged or throw warning/error or map PostgreSQL hstore to System.String) and notify you about the result.

b4st13n
Posts: 2
Joined: Fri 24 Feb 2017 02:42

Re: Linqpad hstore table ignored

Post by b4st13n » Fri 10 Mar 2017 02:21

Not supporting hstore is one thing. Completely ignoring the table is maybe a little bit too much... At this moment I use a free tool that just ignore the hstore field.

Do you have an idea when you will fix or decide to do nothing about this.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Linqpad hstore table ignored

Post by Shalex » Tue 14 Mar 2017 12:47

The HSTORE data type is supported. We will notify you when the corresponding public build of LinqConnect is available for download (this or next week).

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Linqpad hstore table ignored

Post by Shalex » Fri 17 Mar 2017 13:22

New version of LinqConnect is released: viewtopic.php?f=31&t=35135.

Please reset a default Entity Developer mapping in two steps:
* standalone via Tools > Options > Servers' Options > PostgreSQL > press Reset, then OK
* embedded into VS via Tools > Entity Developer > Options > Server Options > PostgreSQL > press Reset, then OK

Post Reply