npgsql - Npgsql2: Added missing support to not add casts to parameters

From: fxjr(at)pgfoundry(dot)org (User Fxjr)
To: pgsql-committers(at)postgresql(dot)org
Subject: npgsql - Npgsql2: Added missing support to not add casts to parameters
Date: 2008-08-13 18:52:11
Message-ID: 20080813185211.A465717AE72D@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Added missing support to not add casts to parameters when not needed when calling functions. This support also removes casts when passing null values.

Modified Files:
--------------
Npgsql2/src/Npgsql:
NpgsqlCommand.cs (r1.25 -> r1.26)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlCommand.cs.diff?r1=1.25&r2=1.26)

Browse pgsql-committers by date

  From Date Subject
Next Message User Pgunittest 2008-08-13 21:47:23 pgscript - pgScript: Back to detached threads
Previous Message User Pgunittest 2008-08-13 18:21:41 pgscript - pgScript: Changed stderr to stdout (bug)