server-side prepare

From: Felipe Schnack <felipes(at)ritterdosreis(dot)br>
To: pgsql-jdbc <pgsql-jdbc(at)postgresql(dot)org>
Subject: server-side prepare
Date: 2003-01-08 21:14:09
Message-ID: 1042060449.12254.159.camel@desenv1.ritterdosreis.br
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

I was wondering...
Some days ago someone was saying that server-side prepared statements
should be the default behavior of this driver...
Anyone noticed we can't do that? Would break old code that doesn't use
it, because you this mode you have to set the data type for
PGStatement.setNull() method!
--

Felipe Schnack
Analista de Sistemas
felipes(at)ritterdosreis(dot)br
Cel.: (51)91287530
Linux Counter #281893

Centro Universitário Ritter dos Reis
http://www.ritterdosreis.br
ritter(at)ritterdosreis(dot)br
Fone/Fax.: (51)32303341

Browse pgsql-jdbc by date

  From Date Subject
Next Message Barry Lind 2003-01-08 21:21:59 Re: ArrayIndexOutOfBoundsException in Encoding.decodeUTF8()
Previous Message Felipe Schnack 2003-01-08 21:11:46 Re: synchronized code