Closed Dtenwolde closed 10 months ago
-EXPLAIN SELECT study.name, study.school FROM GRAPH_TABLE (pg MATCH (a:Person)-[s:StudyAt]->(b:School) WHERE a.name = 'Daniel' COLUMNS (a.name as name, b.name as school) ) study;
The following query leads to a segfault
Related to #66
Fixed as of https://github.com/cwida/duckpgq-extension/pull/71
The following query leads to a segfault