Uploaded image for project: 'camunda BPM'
  1. camunda BPM
  2. CAM-6041

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

    XMLWordPrintable

Details

    • Bug Report
    • Resolution: Fixed
    • L3 - Default
    • 7.7.0, 7.7.0-alpha2
    • None
    • engine

    Description

      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

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Activity

            People

              sebastian.menski Sebastian Menski
              sebastian.menski Sebastian Menski
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Salesforce