Prior to v0.1.36, Kuzu supported Primary Keys for node uniqueness but lacked Foreign Key enforcement for relationships. This meant the database relied on the application layer to ensure referential integrity (i.e., ensuring a relationship connects two existing nodes).
: Improvements to the Cypher parser to handle complex nested subqueries more predictably. kuzu v0 136 fixed
The fix is entirely internal. No public C++ API or Cypher syntax has changed. Prior to v0
reintroduces a recursive descent parser with enhanced stack overflow protection. The new parser handles arbitrarily deep JSON (tested up to 128 levels) and improves parsing speed by 18% compared to v0.134 (the last stable version). Additionally, error messages now include line and column numbers for malformed JSON, drastically improving debuggability. Prior to v0.1.36
void expand()