Re: BUG #16244: Ref cursor from PostgreSQL and entity Framework - Mailing list pgsql-bugs

From David G. Johnston
Subject Re: BUG #16244: Ref cursor from PostgreSQL and entity Framework
Date
Msg-id CAKFQuwaurvXEUZr6P=LQ4Fse+yAbJgdvX8jkAZZ3c9m2tHJJGw@mail.gmail.com
Whole thread Raw
In response to BUG #16244: Ref cursor from PostgreSQL and entity Framework  (PG Bug reporting form <noreply@postgresql.org>)
List pgsql-bugs
On Wednesday, February 5, 2020, PG Bug reporting form <noreply@postgresql.org> wrote:
The following bug has been logged on the website:

Bug reference:      16244
Logged by:          Ravi Sah
Email address:      rblucky3@gmail.com
PostgreSQL version: 11.6
Operating system:   Windows 10
Description:       

I have a Function in PostgreSQL that has return type 'refcursor'. i'm using
this Function in Entity Framework by using Add Function Import.ThenI am
getting error in Entity Framework 6.0 that

"System.NotSupportedExcepction"

i have used Npgsql,dbconnect provider for connection to postgresql.

.Kindly provide solution for this problem..

Rewrite the function to not use a refcursor which doesn’t seem to be a supported element in your framework.  Or, don’t use the framework.  Either way this doesn’t seem to meet the criteria for a bug report.  Posts like this should be direct to the -general list.

David J. 

pgsql-bugs by date:

Previous
From: Stephen Frost
Date:
Subject: Re: BUG #16234: LDAP Query
Next
From: Andrew Gierth
Date:
Subject: Re: BUG #16242: convert_tuple_* not handling missing values correctly