You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The range check uses function lookup_any which was introduced in PSE fork to allow dynamic lookup by using a table expression. The table used for the range check do not change and is always the same: values from 0 to 2^8-1. Hence a dynamic lookup is not necessary in this context. Usage of lookup should be preferred.
The text was updated successfully, but these errors were encountered:
The range check uses function
lookup_any
which was introduced in PSE fork to allow dynamic lookup by using a table expression. The table used for the range check do not change and is always the same: values from0 to 2^8-1.
Hence a dynamic lookup is not necessary in this context. Usage oflookup
should be preferred.The text was updated successfully, but these errors were encountered: