Skip to content

Commit

Permalink
Updating path and test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dtenwolde committed Aug 31, 2023
1 parent a9117a3 commit 3674123
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions test/sql/snb-inheritance.test
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
require duckpgq

statement ok
import database '/Users/dljtw/git/duckpgq-demo/scratch/SNB0.003-inheritance'
import database 'duckdb-pgq/data/SNB0.003-inheritance'

statement ok
-CREATE PROPERTY GRAPH snb
Expand All @@ -21,12 +21,23 @@ EDGE TABLES (
LABEL workAt_Organisation
);

query II
query III
-FROM GRAPH_TABLE (snb
MATCH (p:Person)-[w:workAt_Organisation]->(u:University)
COLUMNS (p.id, u.id, u.type)
) tmp;
) tmp
limit 10;
----
26388279066632 1580 University
13194139533352 1856 University
2199023255557 1953 University
28587302322209 1596 University
2199023255594 1597 University
35184372088856 2208 University
21990232555526 2209 University
32985348833291 2211 University
30786325577740 2435 University
26388279066655 2832 University

##IC 2
#query IIIIII
Expand Down

0 comments on commit 3674123

Please sign in to comment.