PgSqlFunctions in EF Core

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
evk
Posts: 4
Joined: Fri 01 Sep 2017 15:34

PgSqlFunctions in EF Core

Post by evk » Fri 01 Sep 2017 15:36

In Entity Framework 6 there was a class `PgSqlFunctions` which provide access to some Postgresql specific functions (like `to_ts_vector`) in Entity Framework LINQ queries. Is there an analog in new dotConnect for PostgreSQL targeted at Entity Framework Core?

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

Re: PgSqlFunctions in EF Core

Post by Shalex » Wed 06 Sep 2017 17:41

We will notify you when the PgSqlFunctions class is supported in our EF Core implementation.

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

Re: PgSqlFunctions in EF Core

Post by Shalex » Mon 21 Sep 2020 17:19

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