farooquememon385 commented on issue #949:
URL: https://github.com/apache/age/issues/949#issuecomment-1565603621

   the `agtype_build_list` function  accepts a maximum of 100 arguments. If you 
try to pass more than 100 arguments to the `agtype_build_list` function, you 
will get an error.
   
   You can use the `agtype_build_list_from_array` function instead that does 
not have this limitation. You can pass any number of arguments to the 
`agtype_build_list_from_array` function and it will return a list with those 
values. 


-- 
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: dev-unsubscr...@age.apache.org

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

Reply via email to