duckdb-r
duckdb-r copied to clipboard
Logging is truncated
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
.