Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.8.4, 2.0-beta-2
-
None
Description
The method "protected groovy.sql.Sql.executeQuery(String sql) throws SQLException" is intended for extensibility and would indeed be a useful extension point, but marked as "final".
From the method's JavaDoc: "Hook to allow derived classes to access ResultSet returned from query."