[pgsqlclient-checkins] SF.net SVN: pgsqlclient: [146] trunk/PostgreSqlClient/changelog.txt
Status: Inactive
Brought to you by:
carlosga_fb
From: <car...@us...> - 2006-05-18 19:52:28
|
Revision: 146 Author: carlosga_fb Date: 2006-05-18 12:52:22 -0700 (Thu, 18 May 2006) ViewCVS: http://svn.sourceforge.net/pgsqlclient/?rev=146&view=rev Log Message: ----------- Initial support for refcursos returned on StoredProcedure calls is in the Subversion repositories. The refcursor's can be walked using PgDataReader.NextResult method. The support has some limitations: 1. It will work only for CommandType.StoredProcedure commands. 2. The result of the stored procedure should be a single value of type refcursor. Modified Paths: -------------- trunk/PostgreSqlClient/changelog.txt Modified: trunk/PostgreSqlClient/changelog.txt =================================================================== --- trunk/PostgreSqlClient/changelog.txt 2006-05-18 19:51:21 UTC (rev 145) +++ trunk/PostgreSqlClient/changelog.txt 2006-05-18 19:52:22 UTC (rev 146) @@ -4,6 +4,9 @@ 2006-05-18 Carlos Guzman Alvarez (car...@gm...) + * Added initial refcursor support for StoredProcedure calls + to the PgDataReader class ( multiple refcursor's supported ). + * Initial implementation for PostgreSql Domains, not all domains are supported only those who have a base data type that is supported by the provider This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |