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-08-06 03:11:09 +0400
committerFrancisco Figueiredo Jr. <fxjr@mono-cvs.ximian.com>2005-08-06 03:11:09 +0400
commit8c25973301bc6f555397d729c43c5d8424b8684e (patch)
tree7efc9df148e13fe49f23d228a28fd7146afe8cd2 /mcs/class/Npgsql
parent066dce4eb017e289a3a80364c92d276cce423f9d (diff)
2005-08-05 Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>
* NpgsqlConnection.cs: Fixed documentation about User Id connection string key. Thanks peyn at tlen dot pl for heads up. Fixes gborg 1388 svn path=/trunk/mcs/; revision=48050
Diffstat (limited to 'mcs/class/Npgsql')
-rw-r--r--mcs/class/Npgsql/ChangeLog3
-rw-r--r--mcs/class/Npgsql/Npgsql/NpgsqlConnection.cs2
2 files changed, 4 insertions, 1 deletions
diff --git a/mcs/class/Npgsql/ChangeLog b/mcs/class/Npgsql/ChangeLog
index c8aa90c7650..f12de328697 100644
--- a/mcs/class/Npgsql/ChangeLog
+++ b/mcs/class/Npgsql/ChangeLog
@@ -1,4 +1,7 @@
+2005-08-05 Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>
+
+ * NpgsqlConnection.cs: Fixed documentation about User Id connection string key. Thanks peyn at tlen dot pl for heads up. Fixes gborg 1388
2005-07-29 Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>
diff --git a/mcs/class/Npgsql/Npgsql/NpgsqlConnection.cs b/mcs/class/Npgsql/Npgsql/NpgsqlConnection.cs
index ad78be4eda9..90de7ef7429 100644
--- a/mcs/class/Npgsql/Npgsql/NpgsqlConnection.cs
+++ b/mcs/class/Npgsql/Npgsql/NpgsqlConnection.cs
@@ -144,7 +144,7 @@ namespace Npgsql
/// Port: Port to connect to;
/// Protocol: Protocol version to use, instead of automatic; Integer 2 or 3;
/// Database: Database name. Defaults to user name if not specified;
- /// User: User name;
+ /// User Id: User name;
/// Password: Password for clear text authentication;
/// SSL: True or False. Controls whether to attempt a secure connection. Default = False;
/// Pooling: True or False. Controls whether connection pooling is used. Default = True;