Re: Crystal Reports / PostgreSQL

Lists: pgsql-jdbc
From: "Kenneth Hutchinson" <Kenneth(dot)Hutchinson(at)RealPage(dot)com>
To:
Cc: <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Crystal Reports / PostgreSQL
Date: 2005-02-10 14:49:51
Message-ID: ED153B99D71F5B4ABE318CF841A5C3E69BA326@RPIDALEXC004.corp.realpage.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-jdbc

Yes, please add this. Or have it write to a log or something. Usually
an app has a details button that allows you to see a trace or something
with more detail. What is provided is not sufficient.

kh

-----Original Message-----
From: pgsql-jdbc-owner(at)postgresql(dot)org
[mailto:pgsql-jdbc-owner(at)postgresql(dot)org] On Behalf Of Xavier Poinsard
Sent: Thursday, February 10, 2005 3:01 AM
To: Kris Jurka
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: [JDBC] Crystal Reports / PostgreSQL

Kris Jurka wrote:
>
> Right, without knowing what method is actually being called and
failing it
> is tough to determine if a workaround is available or how much work it

> would be to implement the method.

I read in the code that the Uninmplemented exception was designed to
reduce driver size, but would you consider a patch adding the name of
the unimplemented function to the message ?

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faq



This message is intended only for the use of the individual(s) or entity to which it is addressed and may contain information that is privileged, confidential, and/or proprietary to RealPage and its affiliated companies. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution, forwarding or copying of this communication is prohibited without the express permission of the sender. If you have received this communication in error, please notify the sender immediately and delete the original message.


From: Markus Schaber <schabios(at)logi-track(dot)com>
To: Kenneth Hutchinson <Kenneth(dot)Hutchinson(at)realpage(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Crystal Reports / PostgreSQL
Date: 2005-02-10 15:09:02
Message-ID: 420B790E.4040407@logi-track.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-jdbc

Hi, Kenneth,

Kenneth Hutchinson schrieb:
> Yes, please add this. Or have it write to a log or something. Usually
> an app has a details button that allows you to see a trace or something
> with more detail. What is provided is not sufficient.

I would say that it is on behalf of the app to present the Stacktrace of
the NotImplementedException to the user.

It is unwise for a driver to assume it can wildly write to stdout /
stderr or wherever.

Markus
--
markus schaber | dipl. informatiker
logi-track ag | rennweg 14-16 | ch 8001 zürich
phone +41-43-888 62 52 | fax +41-43-888 62 53
mailto:schabios(at)logi-track(dot)com | www.logi-track.com


From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Kenneth Hutchinson <Kenneth(dot)Hutchinson(at)realpage(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Crystal Reports / PostgreSQL
Date: 2005-02-10 21:01:34
Message-ID: 420BCBAE.6090807@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-jdbc

Kenneth Hutchinson wrote:
> Yes, please add this. Or have it write to a log or something. Usually
> an app has a details button that allows you to see a trace or something
> with more detail. What is provided is not sufficient.

If you set a log writer on java.sql.DriverManager, every
java.sql.SQLException (or subclass e.g. PSQLException) will log a stack
trace on construction. I actually find this more annoying than useful
when debugging, but it's out of our control..

-O


From: Kris Jurka <books(at)ejurka(dot)com>
To: Kenneth Hutchinson <Kenneth(dot)Hutchinson(at)realpage(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Crystal Reports / PostgreSQL
Date: 2005-02-15 09:08:21
Message-ID: Pine.BSO.4.56.0502150359580.14585@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-jdbc

On Thu, 10 Feb 2005, Kenneth Hutchinson wrote:

> Yes, please add this. Or have it write to a log or something. Usually
> an app has a details button that allows you to see a trace or something
> with more detail. What is provided is not sufficient.
>

Xavier Poinsard has provided a patch to do this and I've put up new
temporary jars if you'd like to retry:

http://www.ejurka.com/pgsql/jars/kh/

Kris Jurka