[GitHub] [age] jrgemignani commented on issue #899: `SET` of property to `true OR true` causes crash

2023-05-09 Thread via GitHub


jrgemignani commented on issue #899:
URL: https://github.com/apache/age/issues/899#issuecomment-1540394820

   @DominicWuest This issue is resolved in the master branch. The other 
branches will be updated in the near future.


-- 
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] jrgemignani commented on issue #899: `SET` of property to `true OR true` causes crash

2023-05-08 Thread via GitHub


jrgemignani commented on issue #899:
URL: https://github.com/apache/age/issues/899#issuecomment-1539231641

   Created a PR for the master to correct this 
https://github.com/apache/age/pull/904


-- 
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] jrgemignani commented on issue #899: `SET` of property to `true OR true` causes crash

2023-05-08 Thread via GitHub


jrgemignani commented on issue #899:
URL: https://github.com/apache/age/issues/899#issuecomment-1539090821

   This is due to the improper usage of a function. The function **requires** 
AGTYPE input but is given something else. In this specific case, it is given a 
boolean, which is passed by value. However, the function is expecting AGTYPE, 
which is passed by reference. 
   


-- 
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] jrgemignani commented on issue #899: `SET` of property to `true OR true` causes crash

2023-05-08 Thread via GitHub


jrgemignani commented on issue #899:
URL: https://github.com/apache/age/issues/899#issuecomment-1539047885

   @DominicWuest Working on it.


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