Page 1 of 1
Stored Procedure Parameters
Posted: Fri 15 Apr 2005 22:59
by rwalrond
Code: Select all
Postgre functions is limited to 32 arguments. The "recommendation" is to use function with composite type.
for example
CREATE FUNCTION double_sal(emp) RETURNS numeric AS $$
SELECT $1.sal * 2 AS salary;
$$ LANGUAGE SQL;
where emp is table (or can be a view).
Does the latest version of PostgreSQLDirect.NET allows this usage?
Stored Procedure Parameters
Posted: Mon 18 Apr 2005 07:04
by Yuri
A possibility to pass record types through parameters will be added at the next version of the provider.
Posted: Mon 30 May 2005 15:51
by Guest
A possibility to pass record types through parameters will be added at the next version of the provider.
Has it been added with the May 30th release? This is the feature that is preventing me from purchasing your product.
Stored Procedure Parameters
Posted: Fri 03 Jun 2005 13:51
by Yuri
This feature will be add only in the 2.11.* version. We are planning to release it in a month.
Stored Procedure Parameters
Posted: Mon 04 Jul 2005 16:00
by rwalrond
This feature will be add only in the 2.11.* version. We are planning to release it in a month.
Has it been added?
Stored Procedure Parameters
Posted: Tue 05 Jul 2005 06:20
by Yuri
This functionality will be added in the next PostgreSQLDirect.NET bulds.
Is this now supported in 2.11
Posted: Thu 14 Jul 2005 11:31
by Riaan van der Westhuizen
Stored Procedure Parameters
Posted: Fri 22 Jul 2005 09:19
by Yuri
Once we add this functionality we'll let you know.
How will you let us know - by posting here ???
Posted: Mon 12 Sep 2005 05:09
by Guest
Yuri,
Any updates on this?
Thanks.
Posted: Mon 12 Sep 2005 07:06
by Yuri
We are planning to release new version of PostgreSQLSDirect .NET in a week. We will add support of row types in new version.
1 Week??
Posted: Mon 26 Sep 2005 08:08
by Guest
Yuri,
Please be more specific about a timeline. We are at risk of missing our deadlines when Core Lab slips.