A couple of days ago I troubleshooted some code that was supposed to take a ResultSet as input and return a String as output. For some reason it would just skip the entire resultset, regardless of what I did.
In hindsight, it's funny. That last() gave me a lot of debugging, including looking for possible concurrency issues. Don't know why I put it there in the first place either :)
No comments:
Post a Comment