We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
silly bug! The passed parameters are ignored. {{{public List list(BindedCompiledSQL bsql, int startPos, int maxSize){ ReadonlyTranSession session = transactionManager.openDelayReadTran() ; try{ return session.list(bsql, 1, 2) ; }finally{ session.close() ; } } }}}
Original issue reported on code.google.com by liukaix...@gmail.com on 24 May 2011 at 5:01
liukaix...@gmail.com
The text was updated successfully, but these errors were encountered:
fixed in svn code.
Original comment by liukaix...@gmail.com on 24 May 2011 at 5:07
Sorry, something went wrong.
fixed
Original comment by liukaix...@gmail.com on 25 May 2011 at 1:50
No branches or pull requests
Original issue reported on code.google.com by
liukaix...@gmail.com
on 24 May 2011 at 5:01The text was updated successfully, but these errors were encountered: