cho2hhun commented on issue #1225:
URL: https://github.com/apache/age/issues/1225#issuecomment-1724628778
Hi @Allison-E I've tried various Code but Problems are like that
1. agtype only possible to cast as 'varchar' for string Data, not 'text' etc
2. actually agtype is normally used to treat 'key-value' data like 'json',
'jsonb' type, but cannot parsing as 'key-value' data in python, Java
enviroments..... only parsed as string like `"{a : 1, b : 2}"` not like `{a :
1, b : 2}`
indeed in PG enviroment, it doesn't matter to use agtype because it can be
extracted 'key' and 'value' like 'jsonb'. So I think someone have to control it
to **possible parse in other enviroment** and to **cast into Other data type
like 'text'**
--
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]