2003-04-26  Pedro Martnez Juli  <yoros@wanadoo.es>

	* Npgsql/NpgsqlDataReader.cs: Change GetFloat and GetDouble. Now
	they works as direct casting from GetValue.

2003-07-18  Peter Williams  <peter@newton.cx>

	* Npgsql/AssemblyInfo.cs: Don't strongname the assembly, because
	we can't unless corlib is strongnamed too. Not a wonderful solution,
	but I don't think this ever worked anyway.

2003-05-25  Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>
	* Npgsql/NpgsqlDataReader.cs: Fixed an invalid index exception when
	processing 0 rows queries.

2003-04-26  Pedro Martnez 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
	DateTime format through PgSql server configuration.

2003-01-28  Daniel Morgan <danmorg@sc.rr.com>

	* Npgsql.build: got it to work for Windows build
	
	* Npgsql/Npgsql.build
	* Npgsql/Npgsql.cmbx 
	* Npgsql/Npgsql.prjx: removed files not needed

2003-01-28  Daniel Morgan <danmorg@sc.rr.com>

	* added the Npgsql (Npgsql is a .Net Data Provider for PostgreSQL)
	  from http://gborg.postgresql.org/project/npgsql/projdisplay.php
	  by adding the following files and directories to the mcs module
	  in mono-cvs.ximian.com at mcs/class:
      
      Npgsql (directory)     
      ChangeLog    
      Makefile  
      Npgsql.build  
      RELEASENOTES.txt  
      TODO.txt  
      makefile.gnu
      LICENSE.txt  
      README.txt
      STATUS.txt
      list
	  Npgsql/Npgsql (directory)
	  Npgsql/AssemblyInfo.cs
	  Npgsql/NpgsqlAsciiRow.cs
	  Npgsql/NpgsqlBackEndKeyData.cs
	  Npgsql/NpgsqlClosedState.cs
	  Npgsql/NpgsqlCommand.cs
	  Npgsql/NpgsqlConnectedState.cs
	  Npgsql/NpgsqlConnection.cs
	  Npgsql/NpgsqlConnector.cs
	  Npgsql/NpgsqlConnectorPool.cs
	  Npgsql/NpgsqlDataAdapter.cs
	  Npgsql/NpgsqlDataReader.cs
	  Npgsql/NpgsqlEventLog.cs
	  Npgsql/NpgsqlException.cs
	  Npgsql/NpgsqlMediator.cs
	  Npgsql/NpgsqlMessageTypes.cs
	  Npgsql/NpgsqlParameter.cs
	  Npgsql/NpgsqlParameterCollection.cs
	  Npgsql/NpgsqlPasswordPacket.cs
	  Npgsql/NpgsqlQuery.cs
	  Npgsql/NpgsqlReadyState.cs
	  Npgsql/NpgsqlResultSet.cs
	  Npgsql/NpgsqlRowDescription.cs
	  Npgsql/NpgsqlStartupPacket.cs
	  Npgsql/NpgsqlStartupState.cs
	  Npgsql/NpgsqlState.cs
	  Npgsql/NpgsqlTransaction.cs
	  Npgsql/PGUtil.cs

