[GitHub] [age] Munmud closed issue #812: Add optional argument for python driver unitTest

2023-04-21 Thread via GitHub
Munmud closed issue #812: Add optional argument for python driver unitTest URL: https://github.com/apache/age/issues/812 -- 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

[GitHub] [age] Munmud opened a new issue, #831: Python Driver : Whats the difference between execCypher() and cypher() int age.py

2023-04-21 Thread via GitHub
Munmud opened a new issue, #831: URL: https://github.com/apache/age/issues/831 Whats the difference between `execCypher()` and `cypher()` int age.py I am going through the `test_age_py.py` file and in testCollect() I found these 2 function both for retriving the node data

[GitHub] [age] Munmud opened a new issue, #830: Python Driver : Print useful message on what we are testing

2023-04-21 Thread via GitHub
Munmud opened a new issue, #830: URL: https://github.com/apache/age/issues/830 When testing `test_age_py` file, Its shows only what nodes and edges are added and deleted. And later it says successfully ran 6 test. Looking at it we find no idea what we have tested till now. Printing

[VOTE] Apache AGE 1.3.0 Release for PostgreSQL 12

2023-04-21 Thread John Gemignani
Dear Apache Community, Please carefully read all instructions as they may have changed since the last vote thread. This is an official vote for Apache AGE release 1.3.0 for PostgreSQL 12. This release corrects an issue with the RELEASE notes from the previous vote. To learn more about Apache

[GitHub] [age] MuhammadTahaNaveed opened a new issue, #829: Reuse of variable with label constraint in concurrent MATCH clauses does not error out

2023-04-21 Thread via GitHub
MuhammadTahaNaveed opened a new issue, #829: URL: https://github.com/apache/age/issues/829 **Describe the bug** Reuse of variable with label constraint in concurrent MATCH clauses neither filter nor error out 'multiple labels for variable not supported' **How are you accessing AGE

[GitHub] [age] Zainab-Saad commented on issue #785: Implement apoc.meta.types function: returns a map of keys to types

2023-04-21 Thread via GitHub
Zainab-Saad commented on issue #785: URL: https://github.com/apache/age/issues/785#issuecomment-1518067142 This package has many useful functions, do you think we should consider implementing the larger package of functions that would have this type check function as well as other

[GitHub] [age] dehowef closed issue #701: MATCH (A) MATCH (A {prop: 'val'} ) ... Fails when it should not.

2023-04-21 Thread via GitHub
dehowef closed issue #701: MATCH (A) MATCH (A {prop: 'val'} ) ... Fails when it should not. URL: https://github.com/apache/age/issues/701 -- 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

[GitHub] [age] dehowef closed issue #724: MATCH property constraints fail when a variable is referenced more than once.

2023-04-21 Thread via GitHub
dehowef closed issue #724: MATCH property constraints fail when a variable is referenced more than once. URL: https://github.com/apache/age/issues/724 -- 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

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

2023-04-21 Thread John Gemignani
Dear Apache Community, Due to an error in the RELEASE file, I will be canceling this release. Once the issue has been corrected and all files have been updated, I will reissue the vote. Thank you for your time and effort. John Gemignani On Thu, Apr 20, 2023 at 10:15 PM Muhammad Taha Naveed

[GitHub] [age] Zainab-Saad opened a new issue, #828: Cast bool to pg_bigint

2023-04-21 Thread via GitHub
Zainab-Saad opened a new issue, #828: URL: https://github.com/apache/age/issues/828 **Is your feature request related to a problem? Please describe.** Typecasting bool to pg_bigint is not supported **Describe the solution you'd like** Solution is modifying agtype.c in

[GitHub] [age] jrgemignani commented on issue #785: Implement apoc.meta.types function: returns a map of keys to types

2023-04-21 Thread via GitHub
jrgemignani commented on issue #785: URL: https://github.com/apache/age/issues/785#issuecomment-1518023119 @Zainab-Saad It is worth noting that if this is part of a larger package of functions, by adding this function, it invites others to want the rest of the package. That would be my

[GitHub] [age] Zainab-Saad commented on issue #785: Implement apoc.meta.types function: returns a map of keys to types

2023-04-21 Thread via GitHub
Zainab-Saad commented on issue #785: URL: https://github.com/apache/age/issues/785#issuecomment-1517903975 Since this function is not yet implemented in AGE, so I am working on a PR to implement this function -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [age] Zainab-Saad commented on issue #785: Implement apoc.meta.types function: returns a map of keys to types

2023-04-21 Thread via GitHub
Zainab-Saad commented on issue #785: URL: https://github.com/apache/age/issues/785#issuecomment-1517904242 Since this function is not yet implemented in AGE, so I am working on a PR to implement this function -- This is an automated message from the Apache Git Service. To respond to the

[VOTE] Apache AGE 1.3.0 Release for PostgreSQL 12

2023-04-21 Thread Kamlesh Kumar
+1, Release this package as Apache AGE 1.3.0 for PostgreSQL 12. Checked: - Signature and Hash - Tags and Links - LICENSE and NOTICE - No unexpected binary files.

[GitHub] [age] MatheusFarias03 commented on issue #274: Create Path

2023-04-21 Thread via GitHub
MatheusFarias03 commented on issue #274: URL: https://github.com/apache/age/issues/274#issuecomment-1517726168 Hello @JoshInnis, is it okay if I try to make this function? Asking because I don't know if it has been done already or if there is anyone working on it. And, just to confirm, the

[GitHub] [age] Zainab-Saad commented on issue #824: Typecast bool to integer and vice versa

2023-04-21 Thread via GitHub
Zainab-Saad commented on issue #824: URL: https://github.com/apache/age/issues/824#issuecomment-1517339564 This PR works with `agtype_to_bool` which is not what I meant in this issue. @jrgemignani As already brought to your notice, I am already working on a PR regarding the typecasting