mirror of
https://github.com/appy-one/acebase.git
synced 2026-05-25 06:02:14 -06:00
[GH-ISSUE #124] Sorting is always ascending when using indexes and take() #74
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#74
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 @Mitsichury on GitHub (Jul 2, 2022).
Original GitHub issue: https://github.com/appy-one/acebase/issues/124
Originally assigned to: @appy-one on GitHub.
Hi :)
I've been through a weird behaviour when trying to sort data.
Here a TU that reproduce the issue.
Could you fix it please or tell me what do I do wrong please ?
Thank you very much.
`
///
const { DataReference, ObjectCollection } = require("acebase-core");
const { AceBase } = require("..");
const { createTempDB } = require("./tempdb");
describe("Query", () => {
/** @type {AceBase} /
let db;
/* @type {{(): Promise}} */
let removeDB;
});
`
@appy-one commented on GitHub (Jul 4, 2022):
Thanks for reporting, I'll take a look!
@appy-one commented on GitHub (Jul 5, 2022):
I found the issue, working on a fix
@Mitsichury commented on GitHub (Jul 6, 2022):
Super fast, thank you very much ! :D
@appy-one commented on GitHub (Aug 19, 2022):
I published the fix in v1.22.0!