Обсуждение: documentation error

Поиск
Список
Период
Сортировка

documentation error

От
David Sun
Дата:
in the page
    http://jdbc.postgresql.org/documentation/81/callproc.html
the line in the example
    proc.registerOutParameter(1, Types.Other);
should have the word "Other" all uppercase, or it won't compile
(also you must import java.sql.Types)

i could not find a bug report link, but it said this mailing list
address was moderated for non-subscribers, so hopefully the moderator
will pass this on to the right place


Thailand land of smile. Also land Muay Thai. Behave you then.




Re: documentation error

От
Kris Jurka
Дата:

On Mon, 2 Feb 2009, David Sun wrote:

> in the page
>    http://jdbc.postgresql.org/documentation/81/callproc.html
> the line in the example
>    proc.registerOutParameter(1, Types.Other);
> should have the word "Other" all uppercase, or it won't compile
> (also you must import java.sql.Types)

Thanks for the report (and yes, this is the place to do it).  I've fixed
this in CVS, but it will be a while before it gets to the website.

Kris Jurka