Re: problem with setting boolean value on

From: Barry Lind <blind(at)xythos(dot)com>
To: Stuart M Easterling <stuarte(at)cmu(dot)edu>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: problem with setting boolean value on
Date: 2003-09-29 16:35:36
Message-ID: 3F785F58.7000503@xythos.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Stuart M Easterling wrote:
> For some reason JBoss is using the AbstractJdbc1Statement as opposed to
> AbstractJdbc3Statement, even when the latter is available. This is odd, I
> think I need to dig in the config files. (I'm using pg73jdbc3.jar, last build
> 2003-08-07.)

This isn't necessarily surprising, since AbstractJdbc3Statement is a
subclass of AbstractJdbc1Statement with most of the logic residing in
AbstractJdbc1Statement.

--Barry

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Barry Lind 2003-09-29 16:37:01 Re: Tomcat - PostgreSQL - Perfomance Tuning
Previous Message Nicholas Rahn 2003-09-29 15:49:53 Re: create table inside a transaction