Andrey Atapin created GROOVY-7798:
-------------------------------------
Summary: Sql.query methods pass java.sql.ResultSet to the closure,
instead of GroovyResultSet
Key: GROOVY-7798
URL: https://issues.apache.org/jira/browse/GROOVY-7798
Project: Groovy
Issue Type: Bug
Affects Versions: 2.4.6
Reporter: Andrey Atapin
The documentation says:
{code}
* @param closure called for each row with a GroovyResultSet
{code}
Instead, the java ResultSet is passed which prevents from using convenient
groovy methods on the result passed over to the closure
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)