npgsql - Npgsql2: Only produce SQLSent string from stringbuilder if

From: talliesin(at)pgfoundry(dot)org (User Talliesin)
To: pgsql-committers(at)postgresql(dot)org
Subject: npgsql - Npgsql2: Only produce SQLSent string from stringbuilder if
Date: 2008-12-26 16:08:13
Message-ID: 20081226160813.8534B17ADE50@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Only produce SQLSent string from stringbuilder if needed.

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-12-26 17:51:04 pgsql: Remove unused include file, per ITAGAKI Takahiro.
Previous Message User Talliesin 2008-12-26 15:24:35 npgsql - Npgsql2: Fix lack of parameter length in another case.