ResulSet for short

From: cc(dot)ais40(at)wanadoo(dot)fr
To: pgsql-jdbc(at)postgresql(dot)org
Subject: ResulSet for short
Date: 2002-04-18 07:45:24
Message-ID: 3CBE95B4.30146.373B85C@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

In the jdbc2/ResultSet.java source, line 749, a SMALLINT JDBC value is
returned as an Integer (int Java) value.

Isn't it an error ? For me (and for my project), a SMALLINT JDBC value has
to be returnd as a Short value !!

Please, may be you will correct this bug in a future release ?

Sincerely,

Browse pgsql-jdbc by date

  From Date Subject
Next Message Marin Dimitrov 2002-04-18 09:46:28 Re: BLOB performance test FYI
Previous Message Kovács Péter 2002-04-18 07:36:02 Re: Meaningful Exception handling