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


##########
src/backend/nodes/cypher_readfuncs.c:
##########
@@ -166,7 +166,7 @@
         ((length) == 0 ? NULL : debackslash(token, length))
 
 #define non_nullable_string(token,length)  \
-        ((length) == 0 ? "" : debackslash(token, length))
+        ((length == 2 && token[0] == '"' && token[1] == '"') ? "" : 
debackslash(token, length))

Review Comment:
   Please explain



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to