-
Type:
Bug Report
-
Resolution: Fixed
-
Priority:
L3 - Default
-
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