M4rcxs opened a new pull request, #1128:
URL: https://github.com/apache/age/pull/1128

   - This function is inspired by the "tostringlist" function in 
OpenCypher.https://neo4j.com/docs/cypher-manual/current/functions/list/#functions-tostringlist
   - toStringList() converts a list of values and returns a list of string 
values. If any values are not convertible to string they will be null in the 
list returned.
   - A list containing the converted elements; depending on the input value a 
converted value is either a string value or null.
   - Also added the regression tests
   - This PR fix the issue #1073 


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