Uploaded image for project: 'Kylin'
  1. Kylin
  2. KYLIN-2658

Unclosed ResultSet in JdbcExplorer#loadTableMetadata()

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • v2.1.0
    • None
    • None

    Description

              ResultSet rs = dbmd.getTables(null, database, table, null);
      ...
              rs = dbmd.getColumns(null, database, table, null);
      

      rs is overwritten without closing the previous instance.

      Attachments

        Activity

          People

            shaofengshi Shao Feng Shi
            yuzhihong@gmail.com Ted Yu
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: