InputOutput parameters

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
taburaya
Posts: 9
Joined: Mon 05 Jun 2006 12:20

InputOutput parameters

Post by taburaya » Mon 05 Jun 2006 12:43

I'm using PostgreSQLDirect .NET 2.5 and PostgreSQL 8.1.3 and trying to get values from IN/OUT parameters in a PostgreSQL stored procedure.
When I set the parameter direction to InputOutput I get a NullReferenceException.
The PostgreSQLDirect documentation says I cannot set parameter direction to InputOutput because PostgreSQL stored procedures don't support IN/OUT parameters.
However, PostgreSQL 8.1.3 supports IN/OUT parameters. So, my questions are :
Is there any plan for PostgreSQLDirect .NET to support InputOutput parameters ?
If so, when do Core Lab team expect to release this feature ?

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Tue 06 Jun 2006 06:50

This is a documentation bug. We do support IN/OUT parameters.

Post Reply