pg_duckdb icon indicating copy to clipboard operation
pg_duckdb copied to clipboard

Only show hints about duckdb.row access for queries including duckdb functions

Open JelteF opened this issue 6 months ago • 0 comments

We were adding hints to queries to which they did not apply. This is unhelpful and confusing for users. So this makes some changes to our logic for adding these hints to only do so when the query string includes the pg_duckdb functions that return a duckdb.row.

JelteF avatar May 28 '25 16:05 JelteF