nadment opened a new issue, #5360:
URL: https://github.com/apache/hop/issues/5360

   ### Apache Hop version?
   
   Hop 2.14
   
   ### Java version?
   
   Java 17
   
   ### Operating system
   
   Windows
   
   ### What happened?
   
   DuckDB connection generates wrong schema and table quote
   
   SELECT * FROM "my_db.main".PIPELINE_LOG
   
   Should be
   
   SELECT * FROM "my_db"."main".PIPELINE_LOG
   SELECT * FROM my_db.main.PIPELINE_LOG
   
   
   
   
   ### 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]

Reply via email to