Informatica-EIC / Custom-Scanners

Custom Scanner Samples.
11 stars 12 forks source link

denodo: tables with mixed case names - extract wrapper fails #9

Closed darren-wrigley closed 5 years ago

darren-wrigley commented 5 years ago

tables with mixed case names need to be escaped with double quotes. all original test cases had lower-case names for all objects.

calls to desc vql wrapper and desc vql view need to add double quotes to the table name - otherwise getting the connection name and type from the table wrapper will fail (returning an empty string)

darren-wrigley commented 5 years ago

fixed with v0.9.5