Re: Mysterious vanishing '

From: "Dave Cramer" <Dave(at)micro-automation(dot)net>
To: "'Anthony Kwok'" <anthonykwok(at)writeme(dot)com>, <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Mysterious vanishing '
Date: 2002-02-09 16:42:20
Message-ID: 000601c1b188$be087b20$8201a8c0@inspiron
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Yes the latest driver works with 7.1.3, and as far as stability goes,
there are no show stoppers out there that I am aware of.

Dave

-----Original Message-----
From: Anthony Kwok [mailto:anthonykwok(at)writeme(dot)com]
Sent: Friday, February 08, 2002 9:50 PM
To: Dave(at)micro-automation(dot)net; pgsql-jdbc(at)postgresql(dot)org
Subject: RE: [JDBC] Mysterious vanishing '

Can the latest JDBC driver for 7.2 also working with PostgreSQL 7.1.3?
Is it stable enough at the moment?

Anthony

> -----Original Message-----
> From: pgsql-jdbc-owner(at)postgresql(dot)org
> [mailto:pgsql-jdbc-owner(at)postgresql(dot)org]On Behalf Of Dave Cramer
> Sent: Saturday, February 09, 2002 2:02 AM
> To: 'tony'; pgsql-jdbc(at)postgresql(dot)org
> Subject: Re: [JDBC] Mysterious vanishing '
>
>
> Tony,
>
> Are you logging postgres ? If so have a look at the logs and see what
> is being inserted. I suspect it is the driver.
>
> One thing you can do is upgrade the driver to 7.2 from
> jdbc.postgresql.org. Many things have been fixed in the latest version
>
> Dave
>
> -----Original Message-----
> From: pgsql-jdbc-owner(at)postgresql(dot)org
> [mailto:pgsql-jdbc-owner(at)postgresql(dot)org] On Behalf Of tony
> Sent: Friday, February 08, 2002 12:41 PM
> To: pgsql-jdbc(at)postgresql(dot)org
> Subject: [JDBC] Mysterious vanishing '
>
>
> I have been beating my brows on this one for some time.
>
> Postgresql upgraded to 7.1.3 using rpm for Red Hat 7.2
>
> Tomcat upgraded to 4.01 using binaries for above
>
> The JDBC driver is from the rpm.
>
> My web application which was happily writing "'" to the database isn't

> anymore. I believe that this is a JDBC issue. The application returns
> "'" from the database without problems. There is no change in the JSP
> being used to write the data.
>
> If I manually escape the ' like so \' it works just fine.
>
> So the guilty party - Tomcat or the JDBC?
>
> Cheers
>
> Tony Grant
>
> --
> RedHat Linux on Sony Vaio C1XD/S
> http://www.animaproductions.com/linux2.html
> Macromedia UltraDev with PostgreSQL
> http://www.animaproductions.com/ultra.html
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
>
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to
majordomo(at)postgresql(dot)org
>

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Barry Lind 2002-02-10 07:04:26 7.2 (final release) jar files are now available at jdbc.postgresql.org
Previous Message tony 2002-02-09 10:17:33 Re: Mysterious vanishing '