Management Service getTableMetaData and getTableCount cannot be used with a database table prefix

XMLWordPrintable

    • Type: Bug Report
    • Resolution: Fixed
    • Priority: L3 - Default
    • 7.7.0, 7.7.0-alpha2
    • Affects Version/s: None
    • Component/s: engine

      AT
      • there is a getTableMetaData method which allows to specify the database table prefix
        TableMetaData getTableMetaData(String tableSchema, String tableName);
        
      • the test cases in ManagementServiceTest#testGetTableMetaData* are adjusted to use the new API to be prefix aware
      • the method ManagementService#getTableCount works with a table prefix configured
      Hint

      In TableDataManager the schema has to added as second parameter

      In DbSqlSession#getTableNamesPresent the schema (prefix) as to be added as second parameter instead of concatenated with the table name

        This is the controller panel for Smart Panels app

              Assignee:
              Sebastian Menski
              Reporter:
              Sebastian Menski
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: