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-06-18 06:54:48 +0400
committerFrancisco Figueiredo Jr. <fxjr@mono-cvs.ximian.com>2004-06-18 06:54:48 +0400
commit249109f58288c9953e29a90f8b39e4e1a836049a (patch)
treea181e9860d3c683e5d1a36ed4aca78faeb374cea /mcs/class/Npgsql/RELEASENOTES.txt
parent55481f6dfac35c843db2e9bdc8fa5fdff9f85d6c (diff)
2004-06-18 Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>
* Synchronized files from gborg cvs up to release 0.6. svn path=/trunk/mcs/; revision=29838
Diffstat (limited to 'mcs/class/Npgsql/RELEASENOTES.txt')
-rwxr-xr-xmcs/class/Npgsql/RELEASENOTES.txt24
1 files changed, 24 insertions, 0 deletions
diff --git a/mcs/class/Npgsql/RELEASENOTES.txt b/mcs/class/Npgsql/RELEASENOTES.txt
index 56a37de1c1a..6481ea14b1a 100755
--- a/mcs/class/Npgsql/RELEASENOTES.txt
+++ b/mcs/class/Npgsql/RELEASENOTES.txt
@@ -1,4 +1,28 @@
+
+2004-05-24
+ Npgsql 0.6 development release
+
+ New Features:
+
+ NpgsqlException now gives aceess to error collection through
+ the Errors property. This property return a collection of NpgsqlErrors objects. Also it gives access
+ to error message, hint, severity and code. This fixes the feature request 689 in gborg. Note the most of them are
+ only available in 7.4+ server versions. (Glen Parker (glenebob at nwlink dot com) )
+
+ NpgsqlException is now used exclusively to sign erros from backend interation. In past, it was being used to sign other
+ errors inside provider. This change gives more consistency to error handling logic. (Glen Parker (glenebob at nwlink dot com) )
+
+
+ Bug fixes:
+
+ Using Command and Prepare adds single quotes to strings twice (ID: 772) (Glen Parker)
+
+
+
+
+
+
2002-06-10
Npgsql 0.2 development release.