cwida / duckpgq-extension

DuckDB extension that adds support for SQL/PGQ
https://duckpgq.notion.site/b8ac652667964f958bfada1c3e53f1bb?v=3b47a8d44bdf4e0c8b503bf23f1b76f2
MIT License
86 stars 7 forks source link

Support prepared statements #75

Closed Dtenwolde closed 2 months ago

Dtenwolde commented 10 months ago

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 commented 9 months ago

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

github-actions[bot] commented 2 months ago

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.