Fixup docs, bump version.
This commit is contained in:
parent
26e3018160
commit
c8da56faa8
9 changed files with 65 additions and 1277 deletions
|
|
@ -12,6 +12,6 @@ q = conn.query( "MATCH (d:Doop) RETURN d.thing" )
|
|||
|
||||
try:
|
||||
discard q.getNext
|
||||
except KuzuIndexError as err:
|
||||
except KuzuIterationError as err:
|
||||
assert err.msg.contains( re"""Query iteration past end.""" )
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue