You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@age.apache.org by "Zainab-Saad (via GitHub)" <gi...@apache.org> on 2023/02/26 12:04:51 UTC

[GitHub] [age-website] Zainab-Saad commented on issue #113: Typo/Confusion - Cypher query returning varchar datatype in docs.

Zainab-Saad commented on issue #113:
URL: https://github.com/apache/age-website/issues/113#issuecomment-1445344143

   It is not a typo. AGE supports a custom datatype 'agtype' and returns only one datatype i.e; agtype. But in addition to this, it also supports type coercion if it is possible. For example it coerces varchar(50) to agtype, bool to agtype, float to agtype etc. It only throws error if it cannot coerce the data type provided in the query.
   
   Kindly refer to regression test [here] where this concept is explained(https://github.com/apache/age/blob/master/regress/expected/cypher.out)
   


-- 
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-unsubscribe@age.apache.org

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