You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@age.apache.org by "rafsun42 (via GitHub)" <gi...@apache.org> on 2023/01/31 23:36:52 UTC

[GitHub] [age] rafsun42 commented on a diff in pull request #638: Implement plus-equal operator in SET clause

rafsun42 commented on code in PR #638:
URL: https://github.com/apache/age/pull/638#discussion_r1092596569


##########
src/include/nodes/cypher_nodes.h:
##########
@@ -195,6 +195,7 @@ typedef struct cypher_map
     ExtensibleNode extensible;
     List *keyvals;
     int location;
+    int keep_null; // if false, keyvals with null value are removed

Review Comment:
   @jrgemignani My bad. Fixed it now.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org