[PR #226] [MERGED] Fix issue #225 #177

Closed
opened 2026-05-23 08:32:38 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/appy-one/acebase/pull/226
Author: @appy-one
Created: 5/18/2023
Status: Merged
Merged: 5/18/2023
Merged by: @appy-one

Base: masterHead: fix/issue-225


📝 Commits (6)

  • 224e198 fix double index adding concurrency issue
  • 1d66d63 early exit if not triggering anyway
  • 27d00b3 Fix index extData value removal free space calc
  • 4882211 Fix write single-leaf tree leaf rollback issue
  • ff19a80 unit test for issue #225
  • fa79239 typo

📊 Changes

4 files changed (+123 additions, -9 deletions)

View changed files

📝 README.md (+1 -1)
📝 src/btree/binary-tree.ts (+6 -5)
📝 src/storage/index.ts (+13 -3)
src/test/issue-225.spec.ts (+103 -0)

📄 Description

This fixes an index delete issue, which became apparent in issue #225


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/appy-one/acebase/pull/226 **Author:** [@appy-one](https://github.com/appy-one) **Created:** 5/18/2023 **Status:** ✅ Merged **Merged:** 5/18/2023 **Merged by:** [@appy-one](https://github.com/appy-one) **Base:** `master` ← **Head:** `fix/issue-225` --- ### 📝 Commits (6) - [`224e198`](https://github.com/appy-one/acebase/commit/224e198af2c76f09af9bda72d26d4e9a64b36d72) fix double index adding concurrency issue - [`1d66d63`](https://github.com/appy-one/acebase/commit/1d66d6382a2c1313404abf44e4f6ee237794bd19) early exit if not triggering anyway - [`27d00b3`](https://github.com/appy-one/acebase/commit/27d00b355806e19e9459b3c6ec2da8c867d2351f) Fix index extData value removal free space calc - [`4882211`](https://github.com/appy-one/acebase/commit/4882211fdca47f21a8fb29d18ea833e117bfd222) Fix write single-leaf tree leaf rollback issue - [`ff19a80`](https://github.com/appy-one/acebase/commit/ff19a8056c33a08f1a36c007d52e522cfc9ae31c) unit test for issue #225 - [`fa79239`](https://github.com/appy-one/acebase/commit/fa792390daf669cc6b13b1669068cb98239157fa) typo ### 📊 Changes **4 files changed** (+123 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) 📝 `src/btree/binary-tree.ts` (+6 -5) 📝 `src/storage/index.ts` (+13 -3) ➕ `src/test/issue-225.spec.ts` (+103 -0) </details> ### 📄 Description This fixes an index delete issue, which became apparent in issue #225 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-23 08:32:38 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/acebase#177
No description provided.