Re: Function Volatility Stable vs Immutable

2019-06-24 Thread Igal @ Lucee.org
On 6/24/2019 7:38 PM, David G. Johnston wrote: On Mon, Jun 24, 2019 at 7:31 PM Igal @ Lucee.org > wrote: If a function select data from a table, and the rows in the table may change, would that function qualify for Immutable or does it have to be Stable?  I

Re: Function Volatility Stable vs Immutable

2019-06-24 Thread David G. Johnston
On Mon, Jun 24, 2019 at 7:31 PM Igal @ Lucee.org wrote: > If a function select data from a table, and the rows in the table may > change, would that function qualify for Immutable or does it have to be > Stable? I'm asking because according to the docs [1]: "An IMMUTABLE > function cannot modify

Function Volatility Stable vs Immutable

2019-06-24 Thread Igal @ Lucee.org
If a function select data from a table, and the rows in the table may change, would that function qualify for Immutable or does it have to be Stable?  I'm asking because according to the docs [1]: "An IMMUTABLE function cannot modify the database and is guaranteed to return the same results giv