mirror of
https://github.com/appy-one/acebase.git
synced 2026-05-25 06:02:14 -06:00
[PR #155] [MERGED] Indexes & queries: code quality improvements & fixes #134
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#134
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?
📋 Pull Request Information
Original PR: https://github.com/appy-one/acebase/pull/155
Author: @appy-one
Created: 9/13/2022
Status: ✅ Merged
Merged: 9/13/2022
Merged by: @appy-one
Base:
master← Head:code-quality/indexes📝 Commits (9)
57fe852Split up indexes into multiple files0aa7262replaceconsole.assertwith function that throwse786c38Fix: B+Tree findAll taking last leaf for352c6b7Fix: write empty leaf instead of throwing,d1f3e08Added todo commentse8b4f90removed odl file24fda67Improved & added quyery/index unit tests084dae4Bump acebase-core dependencyff24595chore: build📊 Changes
67 files changed (+8344 additions, -7986 deletions)
View changed files
📝
dist/browser.js(+42 -24)📝
dist/browser.min.js(+1 -1)📝
package-lock.json(+1 -1)📝
package.json(+1 -1)📝
spec/indexes.spec.js(+109 -2)📝
spec/query.spec.js(+55 -0)📝
src/btree/binary-tree.js(+46 -34)📝
src/btree/binary-tree.js.map(+1 -1)➖
src/data-index.js.map(+0 -1)➕
src/data-index/array-index-query-hint.d.ts(+8 -0)➕
src/data-index/array-index-query-hint.js(+27 -0)➕
src/data-index/array-index-query-hint.js.map(+1 -0)➕
src/data-index/array-index.d.ts(+21 -0)➕
src/data-index/array-index.js(+256 -0)➕
src/data-index/array-index.js.map(+1 -0)➕
src/data-index/data-index.d.ts(+105 -0)➕
src/data-index/data-index.js(+1937 -0)➕
src/data-index/data-index.js.map(+1 -0)➕
src/data-index/fulltext-index-query-hint.d.ts(+10 -0)➕
src/data-index/fulltext-index-query-hint.js(+34 -0)...and 47 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.