age icon indicating copy to clipboard operation
age copied to clipboard

Allow using distinct timestamps within the same query

Open mohayu22 opened this issue 1 year ago • 0 comments

While the STABLE flag ensured that the timestamp() value remained constant throughout the query due to caching, it restricted the flexibility of using multiple timestamps in single query.

By removing the STABLE volatility flag from the age_timestamp() function, we allow the usage of two different timestamps within a single query.

mohayu22 avatar May 29 '23 11:05 mohayu22