I'm in the process of upgrading our app from an old version of iBatis (1.2.x I believe) to iBatis 2.0.8. I am using the compatibility libraries and we were using a method called MappedStatement.getSql() to get the actual SQL string that would be used by a statement. It seems this method is not in the compatibility libraries, is there anything like it in the new version?
- Re: MappedStatement.getSql()? McCarrier, Alex
- Re: MappedStatement.getSql()? Clinton Begin

