mirror of
https://github.com/appy-one/acebase.git
synced 2026-05-25 06:02:14 -06:00
[GH-ISSUE #118] fastQuickSort() infinite loop when arr.length = 1 #67
Labels
No labels
IndexedDB
browser
bug
dependencies
documentation
duplicate
enhancement
feature request
indexes
indexes
invalid
pull-request
query
question
transaction logging
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/acebase#67
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @SilentAntenna on GitHub (Jun 19, 2022).
Original GitHub issue: https://github.com/appy-one/acebase/issues/118
Originally assigned to: @appy-one on GitHub.
Version 1.21.5.
This happens because
shellSortBound()loops infinitely whenstartis 0 andendis 1.@appy-one commented on GitHub (Jun 19, 2022):
Thanks for reporting, I'll take a look
@appy-one commented on GitHub (Jun 19, 2022):
Quickly fixed this is v1.21.6