Page 1 of 1

InputOutput parameters

Posted: Mon 05 Jun 2006 12:43
by taburaya
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 ?

Posted: Tue 06 Jun 2006 06:50
by Alexey
This is a documentation bug. We do support IN/OUT parameters.