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-10-01 01:36:09 +0400
committerFrancisco Figueiredo Jr. <fxjr@mono-cvs.ximian.com>2004-10-01 01:36:09 +0400
commit0de8c14094bc7407ee47a3824cb321f21033438e (patch)
tree9f4ba661d57434af1fd97c5e1d50f81790355e31 /mcs/class/Npgsql/ChangeLog
parent802e76ff671d1d8547b657c488e0d89a0fa2514e (diff)
2004-09-30 Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>
* NpgsqlTypes/FastPath.cs, NpgsqlTypes/FastPathArg.cs, NpgsqlTypes/LargeObject.cs, NpgsqlTypes/LargeObjectManager.cs, Npgsql.dll.sources: Added large object support. Thanks Emiliano Necciari (e dot necciari at blogic dot it) for the patch. svn path=/trunk/mcs/; revision=34575
Diffstat (limited to 'mcs/class/Npgsql/ChangeLog')
-rw-r--r--mcs/class/Npgsql/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/mcs/class/Npgsql/ChangeLog b/mcs/class/Npgsql/ChangeLog
index 30061d43a72..9fe48f650a6 100644
--- a/mcs/class/Npgsql/ChangeLog
+++ b/mcs/class/Npgsql/ChangeLog
@@ -1,3 +1,11 @@
+2004-09-30 Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>
+ * NpgsqlTypes/FastPath.cs,
+ NpgsqlTypes/FastPathArg.cs,
+ NpgsqlTypes/LargeObject.cs,
+ NpgsqlTypes/LargeObjectManager.cs,
+ Npgsql.dll.sources: Added large object support. Thanks Emiliano Necciari (e dot necciari at blogic dot it) for the patch.
+
+
2004-09-26 Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>
* Npgsql/NpgsqlDataReader.cs: