You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
\set VERBOSITY verbose
select * from duckdb.raw_query('aaaaa');
ERROR: XX000: (PGDuckDB/pgduckdb_raw_query) Parser Error: syntax error at or near "aaaaa"
LINE 1: aaaaa
^
LOCATION: __CPPFunctionGuard__, cpp_wrapper.hpp:28
Time: 9.314 ms
It would be great if this could report the source location that the duckdb error originated from (e.g. by extracting it from the stack trace)
The text was updated successfully, but these errors were encountered:
Description
It would be great if this could report the source location that the duckdb error originated from (e.g. by extracting it from the stack trace)
The text was updated successfully, but these errors were encountered: