Open paultiq opened 1 month ago
Due to https://www.github.com/duckdb/duckdb/pull/12425, only the current frame is inspected.
We could use https://www.github.com/duckdb/duckdb/pull/13896 to scan all frames... but instead, we'll try to pass only the caller frame so that the magic works consistently.
Due to https://www.github.com/duckdb/duckdb/pull/12425, only the current frame is inspected.
We could use https://www.github.com/duckdb/duckdb/pull/13896 to scan all frames... but instead, we'll try to pass only the caller frame so that the magic works consistently.