dolthub / dolthub/dolthub-issues
improve Handling of dynamic queries like `ORDER BY RAND()`
Open
bug
- Dominant language
- No language data
- Stars
- 5
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.