cwida / duckpgq-extension

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

Restriction of {0,0} returns the same as {1,1} #9

Open Dtenwolde opened 1 year ago

Dtenwolde commented 1 year ago

What happens?

see title

To Reproduce

FROM GRAPH_TABLE (pg
    MATCH
    ANY SHORTEST (a:Person)-[k:knows]->{0,0}(b:Person)
    WHERE a.name = 'Daniel'
    COLUMNS (a.name as name, b.name as school)
    ) study;

OS:

macOs 13 - Apple M1 Pro

DuckDB Version:

dev

DuckDB Client:

CLI

Full Name:

Daniel ten Wolde

Affiliation:

CWI

Have you tried this on the latest master branch?

Have you tried the steps to reproduce? Do they include all relevant data and configuration? Does the issue you report still appear there?

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.