npgsql - Npgsql2: Fixed error message: Backend sent unrecognized

From: fxjr(at)pgfoundry(dot)org (User Fxjr)
To: pgsql-committers(at)postgresql(dot)org
Subject: npgsql - Npgsql2: Fixed error message: Backend sent unrecognized
Date: 2008-09-29 22:38:43
Message-ID: 20080929223843.B39D517ADDF7@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------

Fixed error message: Backend sent unrecognized response type: q. There was an error on Error message handling where we were letting some fields without processing. Thanks Eric Montague (eric @nospam@ nuws.com) for heads up and tests.

Modified Files:
--------------
Npgsql2/src/Npgsql:
NpgsqlError.cs (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlError.cs.diff?r1=1.4&r2=1.5)

Browse pgsql-committers by date

  From Date Subject
Next Message User Fxjr 2008-09-29 22:41:04 npgsql - Npgsql2: [npgsql-help][1004020] Backend sent unrecognized
Previous Message User Fxjr 2008-09-29 15:34:11 npgsql - Npgsql2: Added casts when parameter is null.