Npgsql 2.0.2
Téléchargement : http://downloads.npgsql.org/

Npgsql est un pilote entièrement écrit en C# qui permet à vos applications .NET d'utiliser une base PostgreSQL.
La version 2.0.2 est une version "bugfix".

Correctifs :
Fix the fix for datetime.MinValue and MaxValue. Only MinValue was fixed. Now both Min and Max are fixed. Thanks Andrus Moor for heads up.(fxjr)
Fixed problem with parameter sizes and prepared statements.(fxjr)
[#1010488] NgsqlParameter of type containing DBNull values throws NullReferenceException
[#1010521] NpgsqlInterval should be quoted.
Datetime with negative values (thanks to Mathieu Fenniak <mathieu@fenniak.net>) and singular values such as "1 day"
[#1010495] Bad performance calling a (empty) function very often.

Ajouts :
Added documentation about how to use Npgsql with Provider Factory. Thanks Alaric for heads up.
Ensure refcursors work with System.Transactions. (Josh)
On this release, Josh Cooley fixed some bugs on Entity Framework support and System.Transactions.
Liste complète des modifications : http://pgfoundry.org/frs/shownotes.php?release_id=1273
Pour remonter les problèmes : http://forums.npgsql.org/