You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix keys() and properties() returning empty results by changing
EXISTS (... UNION ALL ...) to EXISTS (...) OR EXISTS (...)
- Allow 'end' as identifier in Cypher queries (variable names,
property access) - only reserved in CASE...END context
- Fix list functions (range, tail, split) to return proper arrays
instead of expanding into multiple rows
- Fix UNWIND with list literals and expressions
- Fix WITH clause variable scoping and expression handling
- Update Rust and Python bindings to handle new array return format
with extract_algo_array() helpers
Includes regression tests for all fixes.
0 commit comments