2004-09-07 Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>
authorFrancisco Figueiredo Jr. <fxjr@mono-cvs.ximian.com>
Tue, 7 Sep 2004 20:45:04 +0000 (20:45 -0000)
committerFrancisco Figueiredo Jr. <fxjr@mono-cvs.ximian.com>
Tue, 7 Sep 2004 20:45:04 +0000 (20:45 -0000)
* NpgsqlException.cs:  Added support for deserialization of NpgsqlException.

* NpgsqlState.cs: Added missing handling of NoData message.

svn path=/trunk/mcs/; revision=33539

mcs/class/Npgsql/ChangeLog

index 1ad96b0eebc252d258e297f81196b0d805cac932..b59d282c650e3e83f84fadc0819090f1822ee068 100644 (file)
@@ -1,3 +1,10 @@
+2004-09-07  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
+
+       * NpgsqlException.cs:  Added support for deserialization of NpgsqlException.
+
+       * NpgsqlState.cs: Added missing handling of NoData message.
+       
+
 2004-07-02  Raja R Harinath  <rharinath@novell.com>
 
        * Makefile (OVERRIDE_BARE_TARGETS): Remove.
@@ -242,7 +249,7 @@ connecting using protocol 3.0 version. Thanks Sami Kuhmonen <feenix@iqs.fi> for
 
        * NpgslTypes/NpgsqlTypesHelper.cs: Add StringFixedLength type.
        
-2003-11-23  Pedro Martínez Juliá  <yoros@wanadoo.es>
+2003-11-23  Pedro Mart�ez Juli� <yoros@wanadoo.es>
 
        * Npgsql/HashAlgorithm.cs:
        * Npgsql/NpgsqlClosedState.cs:
@@ -256,7 +263,7 @@ connecting using protocol 3.0 version. Thanks Sami Kuhmonen <feenix@iqs.fi> for
        NpgsqlDataAdapter, NpgsqlConnection, etc... Change a few internal
        methods to Properties.
 
-2003-11-22  Pedro Martínez Juliá  <yoros@wanadoo.es>
+2003-11-22  Pedro Mart�ez Juli� <yoros@wanadoo.es>
 
        * Npgsql/NpgsqlClosedState.cs:
        * Npgsql/NpgsqlConnectedState.cs:
@@ -266,22 +273,22 @@ connecting using protocol 3.0 version. Thanks Sami Kuhmonen <feenix@iqs.fi> for
        implementation. Now we're using TcpClient for the connection and
        Stream for the abstraction layer to SslClientStream.
 
-2003-11-11  Pedro Martínez Juliá  <yoros@wanadoo.es>
+2003-11-11  Pedro Mart�ez Juli� <yoros@wanadoo.es>
 
        * Npgsql/NpgsqlDataReader.cs: GetSchemaTable has nothing to do with
        CanRead because the schema can be readed with or without result
        rows.
 
-2003-11-10  Pedro Martínez Juliá  <yoros@wanadoo.es>
+2003-11-10  Pedro Mart�ez Juli� <yoros@wanadoo.es>
 
        * Npgsql/NpgsqlDataAdapter.cs: Best use "if" instead of try-catch.
 
-2003-11-10  Pedro Martínez Juliá  <yoros@wanadoo.es>
+2003-11-10  Pedro Mart�ez Juli� <yoros@wanadoo.es>
 
        * Npgsql/NpgsqlDataAdapter.cs: Catch the exception thrown by MS.NET
        when a mapping is not in the collection.
 
-2003-11-09  Pedro Martínez Juliá  <yoros@wanadoo.es>
+2003-11-09  Pedro Mart�ez Juli� <yoros@wanadoo.es>
 
        * Npgsql/NpgsqlDataAdapter.cs: Do not assing the result of the
        CommandBuilder to the local data. Local data should be null if the
@@ -289,21 +296,21 @@ connecting using protocol 3.0 version. Thanks Sami Kuhmonen <feenix@iqs.fi> for
 
        * Npgsql/NpgsqlCommandBuilder.cs: Mistake in param name fixed.
 
-2003-11-09  Pedro Martínez Juliá  <yoros@wanadoo.es>
+2003-11-09  Pedro Mart�ez Juli� <yoros@wanadoo.es>
 
        * Makefile: Little fix for build the resources.
 
        * Npgsql/NpgsqlCommandBuilder.cs: Added row version in delete
        command.
 
-2003-11-08  Pedro Martínez Juliá  <yoros@wanadoo.es>
+2003-11-08  Pedro Mart�ez Juli� <yoros@wanadoo.es>
 
        * Npgsql/NpgsqlCommand.cs: Removed try-catch for Resource Manager
        calls, the problem is fixed.
 
        * Makefile: Fix one bug in the build of resources.
 
-2003-11-08  Pedro Martínez Juliá  <yoros@wanadoo.es>
+2003-11-08  Pedro Mart�ez Juli� <yoros@wanadoo.es>
 
        * Npgsql/NpgsqlCommandBuilder.cs: Added the command builder.
 
@@ -317,7 +324,7 @@ connecting using protocol 3.0 version. Thanks Sami Kuhmonen <feenix@iqs.fi> for
        * Npgsql/NpgsqlParameter: No more than one call to value.GetType()
        is more efficient for the deep if structure types.
 
-2003-11-07  Pedro Martínez Juliá  <yoros@wanadoo.es>
+2003-11-07  Pedro Mart�ez Juli� <yoros@wanadoo.es>
 
        * Npgsql/NpgsqlDataAdapter.cs: Fixed the mistake I did in the last
        change. The Command objects must not be created in the constructor.
@@ -327,12 +334,12 @@ connecting using protocol 3.0 version. Thanks Sami Kuhmonen <feenix@iqs.fi> for
        the proper exception (not MissingManifestResourceException). It is
        thrown in MS.NET and in MONO. (Npgsql compiled with MCS).
 
-2003-11-07  Pedro Martínez Juliá  <yoros@wanadoo.es>
+2003-11-07  Pedro Mart�ez Juli� <yoros@wanadoo.es>
 
        * Npgsql/NpgsqlDataAdapter.cs: Create new Command classes for the
        different Insrt / Update / Delete commands.
 
-2003-10-20  Pedro Martínez Juliá  <yoros@wanadoo.es>
+2003-10-20  Pedro Mart�ez Juli� <yoros@wanadoo.es>
 
        * Npgsql/NpgsqlClosedState.cs:
        * Npgsql/NpgsqlConnection.cs:
@@ -345,7 +352,7 @@ connecting using protocol 3.0 version. Thanks Sami Kuhmonen <feenix@iqs.fi> for
        * Npgsql/Makefile: Change reference from System.Security.Tls to
        Mono.Security (now Tls lives there).
 
-2003-10-16  Pedro Martínez Juliá  <yoros@wanadoo.es>
+2003-10-16  Pedro Mart�ez Juli� <yoros@wanadoo.es>
 
        * Npgsql/NpgsqlClosedState.cs:
        * Npgsql/NpgsqlConnectedState.cs:
@@ -353,7 +360,7 @@ connecting using protocol 3.0 version. Thanks Sami Kuhmonen <feenix@iqs.fi> for
        because now it is used TlsSession and it doesn't work without
        these changes.
 
-2003-10-16  Pedro Martínez Juliá  <yoros@wanadoo.es>
+2003-10-16  Pedro Mart�ez Juli� <yoros@wanadoo.es>
 
        * Makefile: changed reference from Lib/System.Security.Tls.dll to
        System.Security.Tls because the last will be installed before and
@@ -362,11 +369,11 @@ connecting using protocol 3.0 version. Thanks Sami Kuhmonen <feenix@iqs.fi> for
        * Lib: Removed Lib directory, moved System.Security.Tls.dll to
        Mono.Security.Tls library directory.
 
-2003-10-15  Pedro Martínez Juliá  <yoros@wanadoo.es>
+2003-10-15  Pedro Mart�ez Juli� <yoros@wanadoo.es>
 
        * Makefile: fix building and the install objectives.
 
-2003-04-26  Pedro Martínez Juliá  <yoros@wanadoo.es>
+2003-04-26  Pedro Mart�ez Juli� <yoros@wanadoo.es>
 
        * Npgsql/NpgsqlDataReader.cs: Change GetFloat and GetDouble. Now
        they works as direct casting from GetValue.
@@ -381,7 +388,7 @@ connecting using protocol 3.0 version. Thanks Sami Kuhmonen <feenix@iqs.fi> for
        * Npgsql/NpgsqlDataReader.cs: Fixed an invalid index exception when
        processing 0 rows queries.
 
-2003-04-26  Pedro Martínez Juliá  <yoros@wanadoo.es>
+2003-04-26  Pedro Mart�ez Juli� <yoros@wanadoo.es>
 
        * Npgsql/NpgsqlDataReader.cs: Now GetDateTime works for "dd/MM/yyyy"
        date formats. I think that it's needed support to auto-detect