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>2004-12-20 17:40:05 +0300
committerFrancisco Figueiredo Jr. <fxjr@mono-cvs.ximian.com>2004-12-20 17:40:05 +0300
commit44f6459fc13830cd4a1d0fd11d2600bf3c916fe7 (patch)
treed694670bc9800796659c9fef3375772cf8c693b3 /mcs/class/Npgsql/ChangeLog
parentd020b4e9970e8360c7a62842ba8d324451c7804a (diff)
2004-12-20 Francisco Figueiredo Jr. <fxjrlists@yahoo.com>
* Npgsql/NpgsqlCommand.cs: Added IClonable implementation. Also added strong type NpgsqlTransaction property and converted previous interface implementation to implicit interface implementation. Thanks Christopher Gersbo-Møller (cgm at knowledgelab dot sdu dot dk) for heads up. svn path=/trunk/mcs/; revision=37971
Diffstat (limited to 'mcs/class/Npgsql/ChangeLog')
-rw-r--r--mcs/class/Npgsql/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/Npgsql/ChangeLog b/mcs/class/Npgsql/ChangeLog
index 30e66b3152f..79245e208cc 100644
--- a/mcs/class/Npgsql/ChangeLog
+++ b/mcs/class/Npgsql/ChangeLog
@@ -1,5 +1,5 @@
2004-12-20 Francisco Figueiredo Jr. <fxjrlists@yahoo.com>
- * Npgsql/NpgsqlCommand.cs: Added IClonable implementation. Also added strong type NpgsqlTransaction property and converted previous interface implementation to implicit interface implementation. Thanks Christopher Gersbo-Moller (cgm at knowledgelab dot sdu dot dk) for heads up.
+ * Npgsql/NpgsqlCommand.cs: Added IClonable implementation. Also added strong type NpgsqlTransaction property and converted previous interface implementation to implicit interface implementation. Thanks Christopher Gersbo-Møller (cgm at knowledgelab dot sdu dot dk) for heads up.
2004-12-19 Francisco Figueiredo Jr. <fxjrlists@yahoo.com>
* Npgsql/NpgsqlCommand.cs: Fixed gborg 1088 and 1080. Thanks Neri (neri at gborg dot postgresql dot org) for help. Now mapped output parameters are correctly updated regardless their position in Parameters collection.