Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libsql/core: Fix row ordering with Hrana #320

Merged
merged 2 commits into from
Aug 25, 2023

Conversation

penberg
Copy link
Collaborator

@penberg penberg commented Aug 25, 2023

The Vec::pop() call results in queries seeing rows in reverse order. Switch to VecDeque::pop_front() to fix it.

The Vec::pop() call results in queries seeing rows in reverse order.
Switch to VecDeque::pop_front() to fix it.
@LucioFranco LucioFranco added this pull request to the merge queue Aug 25, 2023
Merged via the queue into tursodatabase:main with commit 5ad6bc3 Aug 25, 2023
4 checks passed
github-merge-queue bot pushed a commit that referenced this pull request Oct 17, 2023
320: Fixed botomless link r=penberg a=syrusakbary



Co-authored-by: Syrus Akbary <me@syrusakbary.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants