duckdb-r icon indicating copy to clipboard operation
duckdb-r copied to clipboard

Logging is truncated

Open Joe-Heffer-Shef opened this issue 6 months ago • 0 comments

If an error occurs while running a query with a long SQL script, the logging cuts off the error message.

For example, we get an error message like this, but the SQL code is shown so the error message is truncated so the error message from DuckDB can't be seen.

Error: rapi_prepare: Failed to prepare query <SQL_GOES_HERE>
Execution halted

This might be a separate probelm, but when I choose to log to a file, it truncates the query to SELECT 1.

Joe-Heffer-Shef avatar Aug 20 '24 11:08 Joe-Heffer-Shef