From: | fxjr(at)pgfoundry(dot)org (User Fxjr) |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | npgsql - Npgsql: 2006-02-23 Francisco Figueiredo Jr. |
Date: | 2006-02-23 13:17:10 |
Message-ID: | 20060223131710.C6EF010337FE@pgfoundry.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Log Message:
-----------
2006-02-23 Francisco Figueiredo Jr. <fxjrlists(at)yahoo(dot)com(dot)br>
* NpgsqlException.cs: [#1000561] Constructors NpgsqlException class does't initialize "errors" field. Thanks olegmad at yandex dot ru for heads up.
NpgsqlClosedState.cs: Changed NpgsqlException construction to include just the message of exception instead of exception.ToSTring() as NpgsqlException already receives the original exception as a parameter.
Modified Files:
--------------
Npgsql/src/Npgsql:
NpgsqlClosedState.cs (r1.20 -> r1.21)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql/src/Npgsql/NpgsqlClosedState.cs.diff?r1=1.20&r2=1.21)
NpgsqlException.cs (r1.15 -> r1.16)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql/src/Npgsql/NpgsqlException.cs.diff?r1=1.15&r2=1.16)
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2006-02-23 22:33:59 | pgsql: Fix vacuumlo to avoid unnecessary use of backslash in search |
Previous Message | Neil Conway | 2006-02-23 09:24:44 | Re: Regarding Postgres access through C |