npgsql - Npgsql2: Bug 1010440 - Check for correct type when getting - Mailing list pgsql-committers

From jbcooley@pgfoundry.org (User Jbcooley)
Subject npgsql - Npgsql2: Bug 1010440 - Check for correct type when getting
Date
Msg-id 20080729013557.A887C17AE71F@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Bug 1010440 - Check for correct type when getting store type.
  Thanks to Thanh Trung Le for reporting the bug and offering the solution.

Modified Files:
--------------
    Npgsql2/src/Npgsql:
        NpgsqlProviderManifest.cs (r1.4 -> r1.5)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlProviderManifest.cs.diff?r1=1.4&r2=1.5)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Update 8.1 and 8.0 plpython to work with Python 2.5.
Next
From: jbcooley@pgfoundry.org (User Jbcooley)
Date:
Subject: npgsql - Npgsql2: Make Npgsql more stable in the face of Thread.Abort.