npgsql - Npgsql2: Added missing support to not add casts to parameters - Mailing list pgsql-committers

From fxjr@pgfoundry.org (User Fxjr)
Subject npgsql - Npgsql2: Added missing support to not add casts to parameters
Date
Msg-id 20080813185211.A465717AE72D@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------

Added missing support to not add casts to parameters when not needed when calling functions. This support also removes
castswhen 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)

pgsql-committers by date:

Previous
From: pgunittest@pgfoundry.org (User Pgunittest)
Date:
Subject: pgscript - pgScript: Changed stderr to stdout (bug)
Next
From: pgunittest@pgfoundry.org (User Pgunittest)
Date:
Subject: pgscript - pgScript: Back to detached threads