setFetchSize() bug

Поиск
Список
Период
Сортировка
От Felipe Schnack
Тема setFetchSize() bug
Дата
Msg-id 20030805160446.2a31a096.felipes@ritterdosreis.br
обсуждение исходный текст
Список pgsql-jdbc
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_TIMESTAMPnot 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 по дате отправления:

Предыдущее
От: Fernando Nasser
Дата:
Сообщение: Re: Connection.setCatalog method
Следующее
От: Barry Lind
Дата:
Сообщение: Re: Connection.setCatalog method