on 7/12/01 8:03 AM, "Fedor Karpelevitch" <[EMAIL PROTECTED]>
wrote:

> I think that
> 
> case Types.NUMERIC:
> case Types.DECIMAL:
>    valueObject = rs.getBigDecimal (columnNumber);
>    break;
> 
> would do it better.

The problem with that is that Village supports JDBC <2.0

This would break that.

<http://java.sun.com/products/jdk/1.2/docs/api/java/sql/ResultSet.html>

Note: At this point, I don't mind doing that, but if we are going to do it,
then it should be done for the entire case statement.

I don't have time to make the modifications. Please submit a patch.

Village cvs is at:

<http://share.whichever.com/>

The machine is setup exactly like the apache.org server, so it should be
easy for you to figure out.

thanks,

-jon

-- 
If you come from a Perl or PHP background, JSP is a way to take
your pain to new levels. --Anonymous
<http://jakarta.apache.org/velocity/ymtd/ymtd.html>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to