Is there JSON types support

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
vlad.tryhub
Posts: 3
Joined: Thu 12 Jul 2018 16:35

Is there JSON types support

Post by vlad.tryhub » Thu 18 Jul 2019 18:23

Hi. We are licensed users of dotConnect for PostgreSQL and we are interested in work with JSON types in PgSQL. Is there any support in dotConnect for PostgreSQL EntityFramework Core for JSON types? Any documentation for it?

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

Re: Is there JSON types support

Post by Shalex » Mon 22 Jul 2019 11:20

PgSqlJsonbFunctions is supported in EF4/EF5/EF6 only. There is no timeframe for its implementation in EF Core at the moment.

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

Re: Is there JSON types support

Post by Shalex » Mon 21 Sep 2020 17:35

The PgSqlFunctions class, which allows using PostgreSQL-specific functions in LINQ to Entities, is supported in EF Core: viewtopic.php?f=3&t=42248.

Post Reply