npgsql - Npgsql2: Added support to not add type casts with prepared

From: fxjr(at)pgfoundry(dot)org (User Fxjr)
To: pgsql-committers(at)postgresql(dot)org
Subject: npgsql - Npgsql2: Added support to not add type casts with prepared
Date: 2008-07-09 03:40:36
Message-ID: 20080709034036.2F93E17AE70B@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Added support to not add type casts with prepared statements. Previous patch only added this capability for non prepared queries. Now, types without casts have the type written as "unknown" so type inference is done by server backend.

Modified Files:
--------------
Npgsql2/src/Npgsql:
NpgsqlCommand.cs (r1.23 -> r1.24)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlCommand.cs.diff?r1=1.23&r2=1.24)

Browse pgsql-committers by date

  From Date Subject
Next Message User Richtej 2008-07-09 13:57:40 pgsphere - pgsphere: more compatible to applications
Previous Message Tom Lane 2008-07-08 22:18:18 pgsql: Fix performance bug in write_syslog(): the code to preferentially