setFetchSize() bug
От
Felipe Schnack
Тема
setFetchSize() bug
Дата
Msg-id
20030805160446.2a31a096.felipes@ritterdosreis.br
Список
Дерево обсуждения
Re: setFetchSize() bug Fernando Nasser <fnasser@redhat.com>
Hi all I just wrote the test case for the setFetchSize() bug I found these days. Attached to this message you get the Java source. The database I'm querying is defined in the following SQL fragment. Note you have to populate the table with data, as the error ocurrs when you call ResultSet.next() create table Auditoria (userIp varchar(15), codPessoa int , msgAudit varchar(200) not null, dataAudit timestamp default CURRENT_TIMESTAMP not null, tipoAudit int not null); Have fun :-) -- /~\ The ASCII Felipe Schnack (felipes@ritterdosreis.br) \ / Ribbon Campaign Analista de Sistemas X Against HTML Cel.: 51-91287530 / \ Email! Linux Counter #281893 Centro Universitário Ritter dos Reis http://www.ritterdosreis.br ritter@ritterdosreis.br Fone: 51-32303341
В списке pgsql-jdbc по дате отправления