Fix some whitespace, add note for failing test.
FossilOrigin-Name: 082dff9df32ccebaf9a2fa51d9cedf736af42c60cfb243a228bad545e024c90d
This commit is contained in:
parent
05291751cb
commit
ac222369f0
2 changed files with 51 additions and 46 deletions
|
|
@ -18,6 +18,8 @@ for thing in @[ "Camel", "Lampshade", "Delicious Cake" ]:
|
|||
q = p.execute( (thing: thing) )
|
||||
assert typeOf( q ) is KuzuQueryResult
|
||||
|
||||
# This is failing until I can address
|
||||
# https://github.com/kuzudb/kuzu/issues/5102
|
||||
q = conn.query( "MATCH (d:Doop) RETURN d.thing" )
|
||||
echo $q
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue