Re: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 12

2023-04-22 Thread Muhammad Taha Naveed
+1 - Signature and Hash => checked - Tags and links => checked - No unexpected binary files => checked - Validity of release notes => checked - Regression tests => checked (24 passing) - Driver tests => checked Regards Muhammad Taha Naveed On Sat, Apr 22, 2023 at 5:02 AM John Gemignani wrote:

[GitHub] [age] titoausten commented on issue #831: Python Driver : Whats the difference between execCypher() and cypher() in age.py

2023-04-22 Thread via GitHub
titoausten commented on issue #831: URL: https://github.com/apache/age/issues/831#issuecomment-1518690619 | Function| Description | |-|

[GitHub] [age] safi50 commented on issue #831: Python Driver : Whats the difference between execCypher() and cypher() in age.py

2023-04-22 Thread via GitHub
safi50 commented on issue #831: URL: https://github.com/apache/age/issues/831#issuecomment-1518683672 This `execCypher()` function executes a single Cypher query, passed as a string parameter, and return the result. It manages the connection and cursor creation/closure internally. On