npgsql - Npgsql2: Added support to see what string was read from server

From: fxjr(at)pgfoundry(dot)org (User Fxjr)
To: pgsql-committers(at)postgresql(dot)org
Subject: npgsql - Npgsql2: Added support to see what string was read from server
Date: 2008-08-20 06:08:51
Message-ID: 20080820060851.EF40A17AE713@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Added support to see what string was read from server when debug is on. I don't know why I didn't add that before!! :)

Modified Files:
--------------
Npgsql2/src/Npgsql:
PGUtil.cs (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/PGUtil.cs.diff?r1=1.6&r2=1.7)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2008-08-20 11:53:46 pgsql: Make libpq on windows not try to send chunks larger than 64Kb.
Previous Message Jaime Casanova 2008-08-20 05:18:48 Re: Re: [COMMITTERS] pgsql: Make the pg_stat_activity view call a SRF