rhizome-ai commented on pull request #87: URL: https://github.com/apache/incubator-age/pull/87#issuecomment-871785252
> There is a data type that Agtype supports called numeric. Agtype values that are numeric end in '::numeric'. It looks like both python and go parsers are not covering this case. I would also recommend taking a look at https://github.com/apache/incubator-age/blob/master/drivers/Agtype.g4. The type annotation system '::vertex', '::numeric' has the potential to expand in the future if we support more datatypes. Accounting for that in the parser now may save some headaches in the future. Thank you, Josh. I missed numeric type. I will add it soon (a couple of days), and I should check the documents and source code more. And according to your recommendation, it takes more time. I need more study about custom type extension mechanism in Go and Python drivers and client side standard usages (including object mappings - ORM and GraphQL) -- 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]
