ronnin / guzz

Automatically exported from code.google.com/p/guzz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GuzzBaseDao hard coded!!

GoogleCodeExporter opened this issue · comments

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

fixed in svn code.

Original comment by liukaix...@gmail.com on 24 May 2011 at 5:07

fixed

Original comment by liukaix...@gmail.com on 25 May 2011 at 1:50

  • Changed state: Fixed