Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancisco Figueiredo Jr. <fxjr@mono-cvs.ximian.com>2005-07-08 19:32:34 +0400
committerFrancisco Figueiredo Jr. <fxjr@mono-cvs.ximian.com>2005-07-08 19:32:34 +0400
commitf0d220c939b8023d725a848bcd4291314a50dbbf (patch)
tree4d821208bf710b1997689a38b19f3a7b64455ac5 /mcs/class/Npgsql
parent96193b088c8800d06d5dfb3aa746679d34afac8c (diff)
2005-07-08 Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>
* Npgsql/NpgsqlCommand.cs: Npgsql now can handle functions which return refcursor and setof refcursor. Now, results are returned as NpgsqlDataReader resultsets. There is no need to explicitly call "fetch all ..." svn path=/trunk/mcs/; revision=47105
Diffstat (limited to 'mcs/class/Npgsql')
-rw-r--r--mcs/class/Npgsql/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/mcs/class/Npgsql/ChangeLog b/mcs/class/Npgsql/ChangeLog
index a367d608b21..567e3d0a75c 100644
--- a/mcs/class/Npgsql/ChangeLog
+++ b/mcs/class/Npgsql/ChangeLog
@@ -1,4 +1,7 @@
+2005-07-08 Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>
+
+ * Npgsql/NpgsqlCommand.cs: Npgsql now can handle functions which return refcursor and setof refcursor. Now, results are returned as NpgsqlDataReader resultsets. There is no need to explicitly call "fetch all ..."
2005-07-05 Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>