[PR #36] [MERGED] Fix: prepare cache update rollback value of non-object values #34

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

📋 Pull Request Information

Original PR: https://github.com/appy-one/acebase-client/pull/36
Author: @appy-one
Created: 10/30/2022
Status: Merged
Merged: 10/30/2022
Merged by: @appy-one

Base: masterHead: fix/prepare-update-rollback-value


📝 Commits (2)

📊 Changes

8 files changed (+80 additions, -40 deletions)

View changed files

📝 dist/browser.js (+19 -9)
📝 dist/browser.min.js (+1 -1)
📝 dist/cjs/api-web.js (+19 -9)
📝 dist/cjs/api-web.js.map (+1 -1)
📝 dist/esm/api-web.js (+19 -9)
📝 dist/esm/api-web.js.map (+1 -1)
📝 dist/types/api-web.d.ts.map (+1 -1)
📝 src/api-web.ts (+19 -9)

📄 Description

If a non-existing or non-object value in the cache db was being updated, preparing a rollback value failed.
Closes #35


🔄 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-client/pull/36 **Author:** [@appy-one](https://github.com/appy-one) **Created:** 10/30/2022 **Status:** ✅ Merged **Merged:** 10/30/2022 **Merged by:** [@appy-one](https://github.com/appy-one) **Base:** `master` ← **Head:** `fix/prepare-update-rollback-value` --- ### 📝 Commits (2) - [`e715a6d`](https://github.com/appy-one/acebase-client/commit/e715a6d0e84e8fc137cf549fae853d4aa1d12382) Fix #35 preparing of update cache rollback value - [`4905d5e`](https://github.com/appy-one/acebase-client/commit/4905d5e67e1860464a0b1484b693df7e84e0fcc6) chore: build ### 📊 Changes **8 files changed** (+80 additions, -40 deletions) <details> <summary>View changed files</summary> 📝 `dist/browser.js` (+19 -9) 📝 `dist/browser.min.js` (+1 -1) 📝 `dist/cjs/api-web.js` (+19 -9) 📝 `dist/cjs/api-web.js.map` (+1 -1) 📝 `dist/esm/api-web.js` (+19 -9) 📝 `dist/esm/api-web.js.map` (+1 -1) 📝 `dist/types/api-web.d.ts.map` (+1 -1) 📝 `src/api-web.ts` (+19 -9) </details> ### 📄 Description If a non-existing or non-object value in the cache db was being `update`d, preparing a rollback value failed. Closes #35 --- <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:34:58 -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-client#34
No description provided.