RahimullahShaheen commented on issue #1006: URL: https://github.com/apache/age/issues/1006#issuecomment-1605347928
In Apache age the node ID is automatically assigned to the node when the node is created. It means that you can only access ID of specific node when the node is fully created and committed in the database. In your case because you are trying to access the ID before the creation of the node therefore it results in the abnormal termination of the server. Try to assign the node ID to the `order_id` after creation of the node then it will work. -- 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]
