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
queries using ORDER BY RAND() are returning the same results on repeated executions due to the cache-first fetch policy when we call useSqlSelect hook.
possible work around: identify dynamic queries and use network-only or no-cache for them.
The text was updated successfully, but these errors were encountered:
queries using
ORDER BY RAND()
are returning the same results on repeated executions due to thecache-first
fetch policy when we calluseSqlSelect
hook.possible work around: identify dynamic queries and use network-only or no-cache for them.
The text was updated successfully, but these errors were encountered: