DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=28749>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=28749

Row number wraps on values greater than 65535





------- Additional Comments From [EMAIL PROTECTED]  2004-09-21 12:58 -------
In this case it seems that it's Java wrapping the value.

(short)256 = 256 because short is 16 bits.
(short)65536 = 0 because only the last 16 bits of the value are being used.

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

Reply via email to