jrgemignani commented on issue #2234:
URL: https://github.com/apache/age/issues/2234#issuecomment-3434499152

   @nikoraes I still need to figure out what changed, and why, but casting it 
to **cstring** fixes it -
   
   ```
   psql-17.4-5432-pgsql=# select * from cypher('routing', $$ return '{"bn": 
5e+24}'::cstring::agtype.bn $$) as (result agtype);
    result
   --------
    5e+24
   (1 row)
   
   psql-17.4-5432-pgsql=# select * from cypher('routing', $$ with '{"bn": 
5e24}'::cstring::agtype as obj return obj.bn $$) as (result agtype);
    result
   --------
    5e+24
   (1 row)
   
   ```


-- 
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]

Reply via email to