duckpgq-extension icon indicating copy to clipboard operation
duckpgq-extension copied to clipboard

Support prepared statements

Open Dtenwolde opened this issue 1 year ago • 1 comments

Prepared statements are currently not supported: -PREPARE is5 AS FROM GRAPH_TABLE (snb MATCH (m:message where m.id = $1)-[au:hasAuthor]->(p:person) COLUMNS (p.id, p.firstName, p.lastName) ) tmp;

Will return Binder Error: PREPARE has not been implemented yet for DuckPGQ queries

Seems a bit more tricky to implement than first thought. The implementation currently throws Binder Error: Unable to find DuckPGQ Parse Data

Dtenwolde avatar Jan 29 '24 13:01 Dtenwolde

Started work on this in https://github.com/cwida/duckpgq-extension/tree/75-support-prepared-statements

Dtenwolde avatar Feb 14 '24 10:02 Dtenwolde

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Sep 03 '24 12:09 github-actions[bot]