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
|
|
@ -7,6 +7,9 @@ weird prepared statement binding behavior?
|
||||||
I don't know. Maybe it's just me.
|
I don't know. Maybe it's just me.
|
||||||
|
|
||||||
https://docs.kuzudb.com/get-started/prepared-statements/
|
https://docs.kuzudb.com/get-started/prepared-statements/
|
||||||
|
|
||||||
|
% clang -lkuzu -o prepared-test prepared-test.c
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
|
||||||
|
|
@ -18,6 +18,8 @@ for thing in @[ "Camel", "Lampshade", "Delicious Cake" ]:
|
||||||
q = p.execute( (thing: thing) )
|
q = p.execute( (thing: thing) )
|
||||||
assert typeOf( q ) is KuzuQueryResult
|
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" )
|
q = conn.query( "MATCH (d:Doop) RETURN d.thing" )
|
||||||
echo $q
|
echo $q
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue