setFetchSize() bug

From: Felipe Schnack <felipes(at)ritterdosreis(dot)br>
To: pgsql-jdbc <pgsql-jdbc(at)postgresql(dot)org>
Subject: setFetchSize() bug
Date: 2003-08-05 19:04:46
Message-ID: 20030805160446.2a31a096.felipes@ritterdosreis.br
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_TIMESTAMP not null, tipoAudit int not null);

Have fun :-)

--

/~\ The ASCII Felipe Schnack (felipes(at)ritterdosreis(dot)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(at)ritterdosreis(dot)br
Fone: 51-32303341

Attachment Content-Type Size
Pg.java application/octet-stream 572 bytes

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Barry Lind 2003-08-05 21:34:26 Re: Connection.setCatalog method
Previous Message Fernando Nasser 2003-08-05 18:33:10 Re: Connection.setCatalog method