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
- Rewrite predicate functions from EXISTS_SUBLINK to EXPR_SUBLINK with
aggregate-based CASE expressions (bool_or + IS TRUE/FALSE/NULL) to
preserve three-valued Cypher NULL semantics
- Add list_length check in extract_iter_variable_name() to reject
qualified names like x.y as iterator variables
- Add copy/read support for cypher_predicate_function ExtensibleNode
to prevent query rewriter crashes
- Use IS TRUE filtering in single() count (LIMIT 2 optimization
breaks correlated variable refs in graph contexts -- documented)
- Add 13 NULL regression tests: null list input, null elements,
null predicates for all four functions
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments