Closed Dtenwolde closed 2 months ago
Started work on this in https://github.com/cwida/duckpgq-extension/tree/75-support-prepared-statements
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.
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