JurjenBraam commented on issue #2167: URL: https://github.com/apache/age/issues/2167#issuecomment-2834256858
@jrgemignani Thanks for the suggestion. I can confirm that this the version on `dev_snapshot_master` works with the query: ``` SELECT * FROM cypher('my_graph_name', $$ UNWIND [{id: 'stock_1', quantity: 100 }] as row CREATE (s:Stock {id: row.id}) SET s = row RETURN s $$) as (a agtype) ``` Any idea of when this version will be released and available on Azure to be used with `Azure Database for PostgreSQL flexible server`? -- 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