Re: Crystal Reports / PostgreSQL

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Kris Jurka <books(at)ejurka(dot)com>
Cc: Vadim Nasardinov <vadimn(at)redhat(dot)com>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Crystal Reports / PostgreSQL
Date: 2005-02-10 21:08:32
Message-ID: 420BCD50.1000608@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Kris Jurka wrote:
>
> On Thu, 10 Feb 2005, Vadim Nasardinov wrote:
>
>
>>Out of curiousity though, what makes it error-prone?
>>
>
>
> Any ad-hoc parsing is easy to get wrong by forgetting corner cases. I'm
> not saying it can't be done correctly, just that we shouldn't bother.

Especially given that different JVMs format stack traces differently,
and Throwable.getStackTrace() is allowed to omit stack frames.

I think setting a DriverManager log writer is the simplest solution
here, closely followed by making notImplemented() take a method name arg.

-O

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Xavier Poinsard 2005-02-11 08:50:54 Patch adding name for NotImplemented
Previous Message Oliver Jowett 2005-02-10 21:01:34 Re: Crystal Reports / PostgreSQL