[GitHub] [age] hammadsaleemm commented on issue #791: Segmentation fault when SET n.value = rand() or SET n.value = pi()

2023-04-08 Thread via GitHub


hammadsaleemm commented on issue #791:
URL: https://github.com/apache/age/issues/791#issuecomment-1500866634

   It looks like you have encountered a bug in Apache Age when using certain 
OpenCypher functions (rand() and pi()) to set the value of a Node or Edge 
property. Specifically, setting the property to rand() or pi() without adding + 
0 at the end can cause a segmentation fault error.
   
   The error seems to be related to how Apache Age transfers the value of the 
property to the underlying PostgreSQL database. The datumTransfer function in 
the datum.c file is called, and it appears that the function is not handling 
the rand() and pi() values correctly.
   
   One potential workaround is to add + 0 to the end of the rand() or pi() 
value, as you mentioned. This may allow the program to function properly 
without causing a segmentation fault error.
   
   It may also be worth reporting this bug to the Apache Age development team, 
so that they can investigate and address the issue in a future release.


-- 
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



[GitHub] [age] farooquememon385 commented on issue #507: Graphical query execution

2023-04-08 Thread via GitHub


farooquememon385 commented on issue #507:
URL: https://github.com/apache/age/issues/507#issuecomment-1500866354

   Hello Everyone, I'm Muhammad Farooq, I'm excited to start with this project.


-- 
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



[GitHub] [age] farooquememon385 commented on issue #506: Graphical representation of data module

2023-04-08 Thread via GitHub


farooquememon385 commented on issue #506:
URL: https://github.com/apache/age/issues/506#issuecomment-1500866294

   Hello Everyone, I'm **Muhammad Farooq**, I'm excited to start with this 
project.


-- 
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



[GitHub] [age] farooquememon385 commented on issue #505: Hybrid queries/Cypher queries module

2023-04-08 Thread via GitHub


farooquememon385 commented on issue #505:
URL: https://github.com/apache/age/issues/505#issuecomment-1500866234

   Hello Everyone, I'm Muhammad Farooq, I'm excited to start with this project.


-- 
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



[GitHub] [age] farooquememon385 commented on issue #504: Algorithms/core backend module

2023-04-08 Thread via GitHub


farooquememon385 commented on issue #504:
URL: https://github.com/apache/age/issues/504#issuecomment-1500866173

Hello Everyone, I'm Muhammad Farooq, I'm excited to start with this 
project."


-- 
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



[GitHub] [age] farooquememon385 commented on issue #503: Creating graphs functions module

2023-04-08 Thread via GitHub


farooquememon385 commented on issue #503:
URL: https://github.com/apache/age/issues/503#issuecomment-1500866071

Hello Everyone, I'm Muhammad Farooq, I'm excited to start with this 
project."


-- 
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



[GitHub] [age] farooquememon385 commented on issue #502: Data Modeling: Connectivity with PG/MySql

2023-04-08 Thread via GitHub


farooquememon385 commented on issue #502:
URL: https://github.com/apache/age/issues/502#issuecomment-1500865951

Hello, I'm Muhammad Farooq, I'm Happy to be part of this project."


-- 
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



[GitHub] [age] farooquememon385 commented on issue #501: Frameworks decision for backend and frontend

2023-04-08 Thread via GitHub


farooquememon385 commented on issue #501:
URL: https://github.com/apache/age/issues/501#issuecomment-1500865813

Hello, I'm Muhammad Farooq, I'm excited to start with this project.


-- 
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



[GitHub] [age] farooquememon385 commented on issue #500: Basic interface of the application

2023-04-08 Thread via GitHub


farooquememon385 commented on issue #500:
URL: https://github.com/apache/age/issues/500#issuecomment-1500865588

   Hello, 
   How are you all 
   
   I'm Muhammad Farooq from NUST, Islamabad, Pakistan
   
   I'm excited to start with this project.


-- 
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



RE: [DISCUSS] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-08 Thread Muhammad Farooq
Looks Nice

I checked

Graph names with the empty string '' are no more allowed. (#251)


*It like it*