BUG #16244: Ref cursor from PostgreSQL and entity Framework

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: rblucky3(at)gmail(dot)com
Subject: BUG #16244: Ref cursor from PostgreSQL and entity Framework
Date: 2020-02-05 08:45:36
Message-ID: 16244-5be6713751f76d5e@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 16244
Logged by: Ravi Sah
Email address: rblucky3(at)gmail(dot)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..

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Wimmesberger, Simon 2020-02-05 08:58:14 AW: BUG #16103: Initdb does not respect country for language
Previous Message Stephen Frost 2020-02-05 03:44:54 Re: incorrect pg_dump output due to not handling dropped roles correctly