Uploaded image for project: 'Groovy'
  1. Groovy
  2. GROOVY-5339

groovy.sql.Sql.executeQuery(String) should be non-final for extension

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.8.4, 2.0-beta-2
    • 2.0-beta-3, 1.8.7
    • SQL processing
    • 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."

      Attachments

        Activity

          People

            paulk Paul King
            spannjp Markus Spann
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: