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

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

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


##########
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:
   Why is this an integer and not a Boolean? It is preferable to use a Boolean type and true/false instead of 1/0.



-- 
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