dolthub / dolthub/dolthub-issues

improve Handling of dynamic queries like `ORDER BY RAND()`

Open
#564 0 comments 0 reactions 1 assignee Claimed by @liuliu-dev View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.