nadment opened a new issue, #5538: URL: https://github.com/apache/hop/issues/5538
### Apache Hop version? 2.14 ### Java version? 17 ### Operating system Windows ### What happened? There's a bug with the "getQuotedSchemaTableCombination" method when the database supports the catalog name in the table path. ``` Exemple DatabaseMeta.getQuotedSchemaTableCombination(variables, schemaName, tableName); schemaName=catalog.schema tableName=sample ``` Result `"catalog.schema".sample` Expected `catalog.schema.sample ` or `"catalog"."schema".sample` ### Issue Priority Priority: 3 ### Issue Component Component: Database -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
