2006-11-01 Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>
[mono.git] / mcs / class / Npgsql / ChangeLog
index 79245e208cc01b342dee384acadef197d93164e7..a2b17173845c066213c3bda5989f8aaafa9f43e3 100644 (file)
@@ -1,5 +1,281 @@
+
+2006-11-01  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
+       
+       *Npgsql/NpgsqlCommand.cs: [#1000765] InvalidCastException for ByteA
+       Parameter when command.Prepare() Thanks Hubert Fongarnand for patch!
+
+2006-10-20  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
+
+        *Npgsql/NpgsqlCommand.resx,
+         Npgsql/NpgsqlConnection.cs,
+         Npgsql/NpgsqlCommand.cs,
+         Npgsql/NpgsqlState.cs,
+         Npgsql/NpgsqlConnectorPool.cs,
+         Npgsql/NpgsqlCommandBuilder.cs,
+         Npgsql/NpgsqlDataReader.cs,
+         NpgsqlTypes/LargeObjectManager.cs,
+         NpgsqlTypes/NpgsqlDbType.cs,
+         NpgsqlTypes/LargeObject.cs,
+         NpgsqlTypes/NpgsqlTypesHelper.cs,
+         NpgsqlTypes/FastPath.cs: Updated to 1.0 final version. 
+
+
+
+2006-09-06  Kornél Pál  <kornelpal@gmail.com>
+
+       * Test/TestConfiguration.cs: Moved from build/common.
+       * Npgsql/Npgsql_test.dll.sources: Added TestConfiguration.cs.
+
+2006-08-16  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
+
+
+       *  Npgsql/NpgsqlParameter.cs
+      Npgsql/NpgsqlConnectionString.cs
+      Npgsql/NpgsqlState.resx
+      Npgsql/NpgsqlConnection.cs
+      Npgsql/NpgsqlSchema.cs
+      Npgsql/NpgsqlClosedState.cs
+      Npgsql/NpgsqlCommand.cs
+      Npgsql/NpgsqlConnectorPool.cs
+      Npgsql/NpgsqlConnector.cs
+      Npgsql/NpgsqlTransaction.resx
+      Npgsql/NpgsqlRowDescription.cs
+      Npgsql/NpgsqlCommandBuilder.cs
+      Npgsql/NpgsqlDataReader.cs
+      Npgsql/NpgsqlException.cs
+         Npgsql/NpgsqlMediator.cs
+      Npgsql/NpgsqlReadyState.cs
+      NpgsqlTypes/NpgsqlDbType.cs
+      NpgsqlTypes/NpgsqlTypeConverters.cs
+      NpgsqlTypes/NpgsqlTypesHelper.cs: Updated to RC3 version.
+
+
+
+
+2006-04-27  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
+
+    * Npgsql_test.dll.sources,
+      Npgsql.dll.sources,
+      Npgsql/NpgsqlError.cs,
+      Npgsql/NpgsqlCommandBuilder.resx,
+      Npgsql/NpgsqlConnectedState.cs,
+      Npgsql/NpgsqlBind.cs,
+      Npgsql/NpgsqlTransaction.cs,
+      Npgsql/NpgsqlConnectionString.cs,
+      Npgsql/NpgsqlConnection.cs,
+      Npgsql/NpgsqlClosedState.cs,
+      Npgsql/NpgsqlState.cs,
+      Npgsql/NpgsqlAsciiRow.cs,
+      Npgsql/NpgsqlConnector.cs,
+      Npgsql/NpgsqlParameterCollection.cs,
+      Npgsql/NpgsqlCancelRequest.cs,
+      Npgsql/NpgsqlCommandBuilder.cs,
+      Npgsql/NpgsqlException.cs,
+      Npgsql/NpgsqlMediator.cs,
+      Npgsql/NpgsqlReadyState.cs,
+      Npgsql/PGUtil.cs,
+      ChangeLog,
+      Npgsql.dll.resources,
+      NpgsqlTypes/NpgsqlDbType.cs,
+      NpgsqlTypes/NpgsqlTypeConverters.cs,
+      NpgsqlTypes/NpgsqlTypes.cs,
+      NpgsqlTypes/NpgsqlTypesHelper.cs,
+      Makefile: Updated to RC1 version.
+
+
+Thu Feb 23 10:29:13 CET 2006 Paolo Molaro <lupus@ximian.com>
+
+    * Npgsql/NpgsqlCommand.cs: return count for fetch and move, too,
+    patch from Federico Di Gregorio <fog@initd.org>.
+
+
+2006-01-05  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
+
+    * PGUtil.cs: [#1000517] ServerVersion operator overload. Fixed. Thanks Otto for heads up.
+
+
+2006-01-01  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
+       
+    * NpgsqlCommand.cs: [#1000497] Dot in parameter name causes exception. Added performance patch for GetClearCommandText() thanks Bryan Mayland.
+    * NpgsqlParameterCollection.cs: Added performance patch for GetClearCommandText() thanks Bryan Mayland.
+    * [#1000454] Getting identifier of an inserted row. Added property LastInsertedOID to NpgsqlCommand. This property only works when using a single insert command and the table was created with oids else it returns 0.
+
+2005-12-29  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
+
+    * NpgsqlCommand.cs: [#1000500] Fixed problem when parsing parameter names with NpgsqlCommand.Prepare(), [#1000497] Fixed problem with dot in parameter names.
+
+2005-12-25  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
+
+    * NpgsqlTransaction.cs: [#1000491] Fixed transaction isolation level setting. Thanks Ottó Havasvölgyi for heads up.
+    * NpgsqlTransaction.cs.resx: Removed unused key.
+
+2005-12-14  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
+
+    * NpgsqlAsciiRow.cs,
+      NpgsqlBind.cs,
+      NpgsqlCommand.cs,
+      NpgsqlConnector.cs,
+      NpgsqlReadyState.cs,
+      NpgsqlState.cs,
+      NpgsqlTypesHelper.cs: [#1000458] Enormous memory increase (and application crash) with large BYTEA parameter. Added binary support.  Thanks Hubert FONGARNAND for patch. Improved network performance by removing some Stream.Flush() calls.
+
+
+2005-12-13  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
+
+
+       * NpgsqlClosedState.cs:  Added a performance improvement fix. Npgsql now use a buffered stream for all server interactions.
+
+2005-12-12  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
+
+       * Npgsql/NpgsqlCommand.cs: [bugzilla 76961] Fixed problem with ExecuteReader when using SchemaOnly and SingleRow behavior at same time. Thanks Kamil Skalski for feedback.
+
+2005-12-09  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
+
+    Npgsql/NpgsqlError.cs,
+    Npgsql/NpgsqlParameter.cs,
+    Npgsql/NpgsqlConnectionString.cs,
+    Npgsql/NpgsqlConnection.cs,
+    Npgsql/NpgsqlSchema.cs,
+    Npgsql/NpgsqlClosedState.cs,
+    Npgsql/NpgsqlCommand.cs,
+    Npgsql/NpgsqlState.cs,
+    Npgsql/NpgsqlAsciiRow.cs,
+    Npgsql/NpgsqlConnectorPool.cs,
+    Npgsql/NpgsqlConnector.cs,
+    Npgsql/NpgsqlQuery.cs,
+    Npgsql/NpgsqlRowDescription.cs,
+    Npgsql/NpgsqlCommandBuilder.cs,
+    Npgsql/NpgsqlDataReader.cs,
+    Npgsql/NpgsqlException.cs,
+    Npgsql/NpgsqlMediator.cs,
+    Npgsql/NpgsqlReadyState.cs,
+    Npgsql/NpgsqlEventLog.cs,
+    Npgsql.dll.resources,
+    NpgsqlTypes/NpgsqlTypeConverters.cs,
+    NpgsqlTypes/NpgsqlTypesHelper.cs,
+    Makefile: Updated to 1.0beta1
+
+
+2005-08-27  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
+    * NpgsqlParameter.cs: Applied patch to fix a NullReferenceException when using Design Time support. Thanks Josh Cooley ( jbnpgsql at tuxinthebox dot net ) for patch.
+    * NpgsqlDataReader.cs: Updated ProviderType metadata from NpgsqlDataReader.GetResultsetSchema to be the string for the type rather than the oid.  Fixed ColumnSize, NumericPrecision, NumericScale, BaseColumnName, AllowDBNull, and IsAliased. Also integrated patch from (rlp at bamafolks dot com), gborg 751. Thanks Josh Cooley (jbnpgsql at tuxinthebox dot net) for patches!
+    * NpgsqlConnection.cs,
+    NpgsqlSchema.cs: Josh Cooley (jbnpgsql at tuxinthebox dot net) improved Metadata support in Npgsql. Added support for the following collections through NpgsqlConnection.GetSchema() methods: MetaDataCollections, Restrictions, Databases, Tables, Columns, Views and Users. Also added support for restrictions when getting info about these collections.
+    * NpgsqlCommand.cs: Fixed problem with stored procedure command texts which finished with a ";". Npgsql was adding incorrectly a trailing "()" when calling this command text.
+    * NpgsqlDbType.cs,
+    NpgsqlTypesHelper.cs: Added refcursor parameter support. Now, refcursors can be passed as arguments for functions. Thanks Jon Asher for heads up and tests.
+    * Npgsql.dll.sources: Added helper metadata class. Thanks Josh Cooley (jbnpgsql at tuxinthebox dot net).
+    * NpgsqlDataAdapter: Updated constructor documentation.
+    * NpgsqlConnectorPool: Fixed concurrent problem when using MinPoolSize > 1. Thanks Josh Cooley (jbnpgsql at tuxinthebox dot net) for patch.
+    * NpgsqlParameterCollection.cs: Fixed problems with parameters with "@" prefix. They weren't correctly recognized. Thanks Pejvan Beigui ( pejvan at gmail dot com) for heads up.
+    * NpgsqlCommandBuilder.cs: Updated documentation.
+    
+2005-08-21  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
+       * Makefile,
+       Npgsql.dll.resources: Removed references to design time support. This is not needed when compiling Npgsql with mono.
+
+2005-08-06  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
+
+        * NpgsqlCommand.cs: Fixed problem when using commandtype.storedprocedure with command texts which have parameters with ' or any other value which needed to be escaped. Now they are properly handled. Thanks Dalibor (dalxxx at email dot com) for heads up and tests.
+
+        
+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>
+
+        * NpgsqlCommand.cs: Fixed problem with query strings with newlines. Regexp used to parse parameters were removing new line bytes creating query strings with errors. Thanks Jaroslaw Kowalski (jaak at jkowalski dot net) for fix.
+       
+
+2005-07-19  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
+
+        * NpgsqlTypes/NpgsqlTypeConverters.cs:  Gborg 1370. Fixed problems with Money type when using a culture which doesn't use dot as decimal separator. Also fixed problem where only Decimal types (i.e.: 7.4M) could be used as Money type values. Now Float values can be used too.
+       
+2005-07-08  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
+
+    * Npgsql/NpgsqlCommand.cs: Npgsql now can handle functions which return refcursor and setof refcursor. Now, results are returned as NpgsqlDataReader resultsets. There is no need to explicitly call "fetch all ..."
+
+2005-07-05 Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
+   
+    * NpgsqlTypes/NpgsqlDbType.cs,
+      NpgsqlTypes/NpgsqlTypesHelper.cs,
+      Npgsql/NpgsqlParameter.cs,
+      Npgsql/NpgsqlConnectionString.cs,
+      Npgsql/NpgsqlState.resx,
+      Npgsql/NpgsqlConnection.cs,
+      Npgsql/NpgsqlClosedState.cs,
+      Npgsql/NpgsqlCommand.cs,
+      Npgsql/NpgsqlConnector.cs,
+      Npgsql/NpgsqlParameterCollection.cs,
+      Npgsql/NpgsqlDataReader.cs,
+      Npgsql/NpgsqlException.cs: Updated to Npgsql 0.7beta6 gborg code.
+
+2005-02-20 Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
+
+    * Npgsql/NpgsqlCommand.cs: Fixed a problem when using prepare commands inside a transaction. Portal wasn't being released. We use the unnamed portal now. Thanks Marcin (marcin at floryan dot neostrada dot pl) for the heads up.
+
+2005-02-13 Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
+
+    * NpgsqlTypes/NpgsqlTypesHelper.cs: gborg 1121: Fixed another culture variant representation problem when handling floating numbers. Thanks Sergey (sergey dot p dot k dot no dot spam at gmail dot com) for patch.
+    gborg 1167: Added support for writing null chars in text fields. Now they are escaped with \\0.
+    Thanks Sergey (sergey dot p dot k dot no dot spam at gmail dot com) for patch.
+    
+2005-02-08 Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
+
+    * NpgsqlTypes/NpgsqlTypesHelper.cs: Fixed float precision rounding. Now all float values are sent with 15 precision scale.
+    * Npgsql/NpgsqlCommand.cs: Fixed problem when setting a new connection and a running transaction existed. Now, the transaction can be removed and later the connection can be replaced. Thanks Mike Griffin (mike.griffin at mygenerationsoftware dot com) for heads up.
+
+2005-02-06  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
+
+    * NpgsqlTypes/NpgsqlTypeConverters.cs: Fixed datetime precision when sending values to backend. It was sending just the first 3 decimal values of time. Now it sends all the 6 digits. Thanks Martin Susil (spam at susil dot net) for heads up.
+
+2005-01-29  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
+
+    * Npgsql/NpgsqlCommand.cs: Added support for updating output parameters when calling executereader().
+    Thanks Mike Griffin (mike dot griffin at mygenerationsoftware dot com) for heads up. 
+    Fixed internal constructor to initialize Parameters collection and timeout.
+
+2005-01-27  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
+
+    * Npgsql/NpgsqlParameter.cs,
+    Npgsql/NpgsqlConnection.cs,
+    Npgsql/NpgsqlCommand.cs,
+    Npgsql/NpgsqlParameterCollection.cs,
+    Makefile: Fixed problem when compiling Npgsql with Mono on windows with cygwin. Thanks Atsushi Enomoto(atsushi at ximian dot com) for heads up and Rafael Teixeira(monoman at gmail dot com) for fix.
+
+2005-01-24  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Makefile : quick csc build fix (tested on mcs as well).
+
+2005-01-23  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com>
+        * NpgsqlTypes/NpgsqlTypes.cs,
+        Npgsql.dll.sources,
+        Npgsql/NpgsqlParameter.cs,
+        Npgsql/NpgsqlConnection.cs,
+        Npgsql/NpgsqlCommand.cs,
+        Npgsql/NpgsqlParameterCollection.cs,
+        Makefile: Removed System.Drawing, System.Windows.Forms and System.Design dependency.
+        * NpgsqlTypes/NpgsqlTypesHelper.cs: Added patch for gborg 1121. Thanks regmaster (regmaster at gmx dot li) and torben (torben-spam-npsql at nehmer dot net) for patch.
+
+2005-01-21  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com>
+        * NpgsqlTypes/NpgsqlDbType.cs,
+        NpgsqlTypes/NpgsqlTypesHelper.cs: Added support for Varchar datatype. Removed Internal data type enum. It is not supported yet.
+        * Npgsql/PGUtil.cs,
+        Npgsql/PGUtil.resx: (WriteString) Added support for logging what string is being written to database server.
+        * Npgsql/NpgsqlCommand.cs: Added SingleRow behavior support. 
+        gborg 1099. Added support for record return type functions. Thanks neri and Michel for heads up and tests.
+        Fixed record function bug when function had many parameters. Thanks Neri (neri at gborg dot postgresql dot org) for heads up.
+        * Npgsql/NpgsqlCommandBuilder.cs,
+        NpgsqlDataAdapter.cs: Applied patch to fix gborg 1095. Thanks Eric van der Gutten (ericvdg at ananzi dot co dot za).
+        * Npgsql/NpgsqlDataReader.cs: Removed type conversions for GetXXX() methods.
+        
+        
+
 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.
+        * Npgsql/NpgsqlCommand.cs: gborg 1099. Added support for record return type functions. Thanks neri and Michel for heads up and tests.
+        * Npgsql/NpgsqlDataReader.cs: Removed type conversions for GetXXX() methods.
+        * 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.
@@ -392,7 +668,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�ez Juli� <yoros@wanadoo.es>
+2003-11-23  Pedro Martínez Juliá <yoros@wanadoo.es>
 
        * Npgsql/HashAlgorithm.cs:
        * Npgsql/NpgsqlClosedState.cs:
@@ -406,7 +682,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�ez Juli� <yoros@wanadoo.es>
+2003-11-22  Pedro Martínez Juliá <yoros@wanadoo.es>
 
        * Npgsql/NpgsqlClosedState.cs:
        * Npgsql/NpgsqlConnectedState.cs:
@@ -416,22 +692,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�ez Juli� <yoros@wanadoo.es>
+2003-11-11  Pedro Martínez 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�ez Juli� <yoros@wanadoo.es>
+2003-11-10  Pedro Martínez Juliá <yoros@wanadoo.es>
 
        * Npgsql/NpgsqlDataAdapter.cs: Best use "if" instead of try-catch.
 
-2003-11-10  Pedro Mart�ez Juli� <yoros@wanadoo.es>
+2003-11-10  Pedro Martínez 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�ez Juli� <yoros@wanadoo.es>
+2003-11-09  Pedro Martínez 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
@@ -439,21 +715,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�ez Juli� <yoros@wanadoo.es>
+2003-11-09  Pedro Martínez 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�ez Juli� <yoros@wanadoo.es>
+2003-11-08  Pedro Martínez 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�ez Juli� <yoros@wanadoo.es>
+2003-11-08  Pedro Martínez Juliá <yoros@wanadoo.es>
 
        * Npgsql/NpgsqlCommandBuilder.cs: Added the command builder.
 
@@ -467,7 +743,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�ez Juli� <yoros@wanadoo.es>
+2003-11-07  Pedro Martínez 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.
@@ -477,12 +753,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�ez Juli� <yoros@wanadoo.es>
+2003-11-07  Pedro Martínez Juliá <yoros@wanadoo.es>
 
        * Npgsql/NpgsqlDataAdapter.cs: Create new Command classes for the
        different Insrt / Update / Delete commands.
 
-2003-10-20  Pedro Mart�ez Juli� <yoros@wanadoo.es>
+2003-10-20  Pedro Martínez Juliá <yoros@wanadoo.es>
 
        * Npgsql/NpgsqlClosedState.cs:
        * Npgsql/NpgsqlConnection.cs:
@@ -495,7 +771,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�ez Juli� <yoros@wanadoo.es>
+2003-10-16  Pedro Martínez Juliá <yoros@wanadoo.es>
 
        * Npgsql/NpgsqlClosedState.cs:
        * Npgsql/NpgsqlConnectedState.cs:
@@ -503,7 +779,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�ez Juli� <yoros@wanadoo.es>
+2003-10-16  Pedro Martínez 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
@@ -512,11 +788,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�ez Juli� <yoros@wanadoo.es>
+2003-10-15  Pedro Martínez Juliá <yoros@wanadoo.es>
 
        * Makefile: fix building and the install objectives.
 
-2003-04-26  Pedro Mart�ez Juli� <yoros@wanadoo.es>
+2003-04-26  Pedro Martínez Juliá <yoros@wanadoo.es>
 
        * Npgsql/NpgsqlDataReader.cs: Change GetFloat and GetDouble. Now
        they works as direct casting from GetValue.
@@ -531,7 +807,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�ez Juli� <yoros@wanadoo.es>
+2003-04-26  Pedro Martínez 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