Closed ericaVoss closed 3 years ago
Describe the bug When Praveen is fully specifying the catalogueExport() function it is throwing an error
To Reproduce
Expected behavior Generates proper SQL
Screenshots
I'm guessing because he is throwing in an empty object, the SQL isn't building right: https://github.com/EHDEN/CatalogueExport/blob/f81edcd7510add2789bb4cb33beaefe2e84eebb1/inst/sql/sql_server/analyses/create_analysis_table.sql#L7
Additional context @PRijnbeek - I'm sure this isn't a bug, just maybe we are calling the function incorrectly
There is a ) at the beginning of the line of dropScratchTables the comma before that it will not like.
This is not a bug
Agreed, closing
Describe the bug When Praveen is fully specifying the catalogueExport() function it is throwing an error
To Reproduce
Expected behavior Generates proper SQL
Screenshots
I'm guessing because he is throwing in an empty object, the SQL isn't building right: https://github.com/EHDEN/CatalogueExport/blob/f81edcd7510add2789bb4cb33beaefe2e84eebb1/inst/sql/sql_server/analyses/create_analysis_table.sql#L7
Additional context @PRijnbeek - I'm sure this isn't a bug, just maybe we are calling the function incorrectly