kenhuuu commented on code in PR #3401:
URL: https://github.com/apache/tinkerpop/pull/3401#discussion_r3169215602


##########
docs/src/upgrade/release-4.x.x.asciidoc:
##########
@@ -51,6 +51,65 @@ deserialization in GraphBinary is unchanged. Applications 
that depend on the `uu
 `gremlin-javascript` brought it in as a transitive dependency should add it 
directly to their own `package.json`
 if they still need it.
 
+==== New Gremlin-Lang Literals
+
+The canonical Gremlin grammar now includes literal syntax for `Character`, 
`Duration`, and `Binary` types. These
+literals can be used directly in traversals without falling back to parameter 
serialization.
+
+===== Character
+
+A character literal is a single-character string with a `c` suffix:
+
+[source,text]
+----
+g.V().has("initial","M"c)
+----
+
+NOTE: Character is not supported in gremlin-go or gremlin-javascript.

Review Comment:
   I think so. I just didn't do this because there is no support for Character 
in gremlin-go's GraphBinary implementation. I think this is a separate Jira for 
character support in gremlin-go.



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