Re: Crystal Reports / PostgreSQL

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: Crystal Reports / PostgreSQL
Дата
Msg-id 420BCD50.1000608@opencloud.com
обсуждение исходный текст
Ответ на Re: Crystal Reports / PostgreSQL  (Kris Jurka <books@ejurka.com>)
Ответы stack traces are evil (was: Re: Crystal Reports / PostgreSQL)  (Vadim Nasardinov <vadimn@redhat.com>)
Список 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

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Oliver Jowett
Дата:
Сообщение: Re: Crystal Reports / PostgreSQL
Следующее
От: "Xavier Poinsard"
Дата:
Сообщение: Patch adding name for NotImplemented