You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@age.apache.org by GitBox <gi...@apache.org> on 2022/12/25 07:21:51 UTC

[GitHub] [age] Munmud opened a new pull request, #421: Changed the volatility of String function age_tolower() : STABLE->IMMUTABLE

Munmud opened a new pull request, #421:
URL: https://github.com/apache/age/pull/421

   String age_tolower() function takes a string as arguments and return a string of Lowercase of all characters
   
   ![Screenshot from 2022-12-24 20-21-53](https://user-images.githubusercontent.com/53787290/209459953-a665a612-536d-4466-97fa-4133a1b79cbe.png)
   
   
   
   These should be IMMUTABLE because:
   • No database lookup or modification required for these functions.
   • Guaranteed to return the same results given the same arguments forever so they can be evaluated before.
   Hence they should be IMMUTABLE functions.


-- 
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: commits-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [age] JoshInnis merged pull request #421: Changed the volatility of String function age_tolower() : STABLE->IMMUTABLE

Posted by GitBox <gi...@apache.org>.
JoshInnis merged PR #421:
URL: https://github.com/apache/age/pull/421


-- 
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: commits-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org