Re: BUG #6285: PreparedStatement#executeUpdate gets syntax error on apostrophe

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Gary Kenney" <gary(dot)kenney(at)xerox(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #6285: PreparedStatement#executeUpdate gets syntax error on apostrophe
Date: 2011-11-03 19:19:16
Message-ID: 7360.1320347956@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-jdbc

"Gary Kenney" <gary(dot)kenney(at)xerox(dot)com> writes:
> Description: PreparedStatement#executeUpdate gets syntax error on
> apostrophe

> The value that was assigned via PreparedStatement.setString, was "Gary's
> Document". Note the apostrophe. Without the apostrophe, there is no error.

Right offhand I would guess that you are using an old JDBC driver that
isn't prepared for standard_conforming_strings to be turned on.

If that isn't it, I'd suggest asking for help on the pgsql-jdbc mailing
list; I'm not sure how many of those guys read pgsql-bugs.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2011-11-03 21:07:25 Re: BUG #6286: Table Partitioning - SQL/MED - interaction broken
Previous Message Greg Fausak 2011-11-03 17:57:03 BUG #6286: Table Partitioning - SQL/MED - interaction broken

Browse pgsql-jdbc by date

  From Date Subject
Next Message Johann 'Myrkraverk' Oskarsson 2011-11-03 23:37:37 Re: Fwd: [BUGS] BUG #6285: PreparedStatement#executeUpdate gets syntax error on apostrophe
Previous Message Gary Kenney 2011-11-03 16:35:36 BUG #6285: PreparedStatement#executeUpdate gets syntax error on apostrophe