JourneyToSilius opened a new issue, #1836: URL: https://github.com/apache/age/issues/1836
`ERROR: value "3082705652732369514543573" is out of range for type bigint (SQLSTATE 22003)` I get this error when I try to insert a really large integer, it seems that age can't infer the type correctly, since this should be a numeric type in postgres. I have tried to type cast it to numeric ( this is on a prepared statement ) but it doesn't work. Is there any work around for this, or should this be stored as string ? Thanks -- 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-unsubscr...@age.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org