JourneyToSilius commented on issue #1836: URL: https://github.com/apache/age/issues/1836#issuecomment-2096406184
Query: `SELECT * FROM cypher('test_graph', $$CREATE (a:simplestruct {largeint: $largeint, name: $name})$$, $1::agtype) AS (n agtype);` AgeMap : `{"largeint":3082705652732369514543573,"name":"test_struct"}` executed as : ``` return func(ctx context.Context, conn postgres.DBTX) (pgconn.CommandTag, error) { return conn.Exec(ctx, wrapped, g.vertexData.AgeMap) } ``` result : ``` Error: Received unexpected error: ERROR: value "3082705652732369514543573" is out of range for type bigint (SQLSTATE 22003) Test: TestInferTypeInquery/Test_build_query_with_inferred_type --- FAIL: TestInferTypeInquery (0.05s) ``` -- 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 For queries about this service, please contact Infrastructure at: us...@infra.apache.org