Re: Why fields order is wrong ?

From: Paolo Sommaruga <psomma(at)garda-access(dot)com>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: Why fields order is wrong ?
Date: 2000-04-11 14:23:56
Message-ID: 0FSU00IBMVZWTF@porquerolles.garda-access.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces


------------- Begin Forwarded Message -------------

Date: Tue, 11 Apr 2000 10:58:50 +1000
From: Joe Shevland <shevlandj(at)kpi(dot)com(dot)au>
Subject: Re: Why fields order is wrong ?
To: EJBoss <ejboss(at)list(dot)working-dogs(dot)com>
MIME-version: 1.0
Content-transfer-encoding: 7bit
X-Accept-Language: en
List-Subscribe: <mailto:ejboss-on(at)list(dot)working-dogs(dot)com>
List-Digest: <mailto:ejboss-digest(at)list(dot)working-dogs(dot)com>
List-Unsubscribe: <mailto:ejboss-off(at)list(dot)working-dogs(dot)com>
List-Software: LetterRip Pro 3.0.7 by Fog City Software, Inc.

Might be best to CC this to the Postgres Interfaces
mailing list (pgsql-interfaces(at)postgresql(dot)org), as Peter
Mount (the guy behind the JDBC driver) has some code that
he's waiting to unleash that'll help us out a lot with these
bugs (and may have possible workarounds in the interim). I'd
do it but don't have any time to follow it up.

Regards,
Joe

Paolo Sommaruga wrote:
>
> >Date: Mon, 10 Apr 2000 08:52:56 -0700
> >From: marc fleury <marc(dot)fleury(at)telkel(dot)com>
> >Subject: Re: Why fields order is wrong ?
> >To: EJBoss <ejboss(at)list(dot)working-dogs(dot)com>
> >MIME-version: 1.0
> >Content-transfer-encoding: 7bit
> >X-Accept-Language: en
> >List-Subscribe: <mailto:ejboss-on(at)list(dot)working-dogs(dot)com>
> >List-Digest: <mailto:ejboss-digest(at)list(dot)working-dogs(dot)com>
> >List-Unsubscribe: <mailto:ejboss-off(at)list(dot)working-dogs(dot)com>
> >List-Software: LetterRip Pro 3.0.7 by Fog City Software, Inc.
> >
> >I am still a bit fuzzy on this.
> >
> >Do we need to fix it? If so how, we use a linked structure?
> >
> >(I actually might be able to secure a couple of hours on the code this
> >week, the CTO thing is taking way to much time of my coding :(
> >
> >marc
>
> I have tried the Damon patch but the problem stays.
> I have verified that the Postgres 7.0 beta3 works good If one insert manually
in
> psql the syntax which EJBoss calls
>
> [sql] executing statement INSERT INTO Books ( title, discount, authors,
price,
> code )
> VALUES ( ? , ? , ? , ? , ? )
>
> but with EJBoss there is the Exception
>
> [Exception]
> java.lang.NullPointerException
> at postgresql.util.PSQLException.translate(PSQLException.java:76)
> at postgresql.util.PSQLException.<init>(PSQLException.java:45)
> at postgresql.fastpath.Fastpath.fastpath(Compiled Code)
> ....
>
> Paolo Sommaruga
>
>
> --
> --------------------------------------------------------------
> To subscribe: ejboss-on(at)list(dot)working-dogs(dot)com
> To unsubscribe: ejboss-off(at)list(dot)working-dogs(dot)com
> Problems?: jon(at)working-dogs(dot)com

--
Joe Shevland
Principal Consultant
KPI Logistics Pty Ltd
http://www.kpi.com.au
mailto:shevlandj(at)kpi(dot)com(dot)au

--
--------------------------------------------------------------
To subscribe: ejboss-on(at)list(dot)working-dogs(dot)com
To unsubscribe: ejboss-off(at)list(dot)working-dogs(dot)com
Problems?: jon(at)working-dogs(dot)com

------------- End Forwarded Message -------------

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Tom Lane 2000-04-11 14:52:26 Re: Bugs: Programming Language Functions
Previous Message Mike Mascari 2000-04-11 14:07:55 Re: No default operator type for indexes for numeric fields???