npgsql - Npgsql2: Added support to not add casts to null values.

From: fxjr(at)pgfoundry(dot)org (User Fxjr)
To: pgsql-committers(at)postgresql(dot)org
Subject: npgsql - Npgsql2: Added support to not add casts to null values.
Date: 2008-06-26 14:31:52
Message-ID: 20080626143152.3D7C317AE687@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Added support to not add casts to null values.
Thanks Waldemar Bergstreiser for heads up.

Modified Files:
--------------
Npgsql2/src/Npgsql:
NpgsqlParameter.cs (r1.15 -> r1.16)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlParameter.cs.diff?r1=1.15&r2=1.16)

Browse pgsql-committers by date

  From Date Subject
Next Message User Mkz 2008-06-26 14:42:50 pgbouncer - pgbouncer: make failed tests more visible
Previous Message User Mkz 2008-06-26 08:57:46 plproxy - plproxy: Support dynamic record as return type.