Re: Bug in AbstracJdbc2Statement.replaceProcessing when using dollar quoting?

From: "victor(dot)nevsky" <victor_nev(at)mail(dot)ru>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Bug in AbstracJdbc2Statement.replaceProcessing when using dollar quoting?
Date: 2012-09-20 20:44:32
Message-ID: 1348173872431-5724779.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Use
... stmt = connection.createStatement();
*stmt.setEscapeProcessing(false);*
stmt.execute(...

--
View this message in context: http://postgresql.1045698.n5.nabble.com/Bug-in-AbstracJdbc2Statement-replaceProcessing-when-using-dollar-quoting-tp5724744p5724779.html
Sent from the PostgreSQL - jdbc mailing list archive at Nabble.com.

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message GEISINGER Marc - Contractor 2012-09-21 07:29:37 Re: Bug in AbstracJdbc2Statement.replaceProcessing when using dollar quoting?
Previous Message Dave Cramer 2012-09-20 18:36:34 Re: Bug in AbstracJdbc2Statement.replaceProcessing when using dollar quoting?