Skip to content

fix: forward storage_by_account_id in WrapDatabaseRef#3441

Merged
rakita merged 1 commit intobluealloy:mainfrom
andrewshab3:fix/wrap-database-ref-forward-storage-by-account-id
Feb 25, 2026
Merged

fix: forward storage_by_account_id in WrapDatabaseRef#3441
rakita merged 1 commit intobluealloy:mainfrom
andrewshab3:fix/wrap-database-ref-forward-storage-by-account-id

Conversation

@andrewshab3
Copy link
Copy Markdown
Contributor

WrapDatabaseRef did not override storage_by_account_id / storage_by_account_id_ref, silently falling back to default implementations that ignore account_id. This means any custom storage_by_account_id_ref on the inner DatabaseRef type was never called through the wrapper.

Both Either and WrapDatabaseAsync already delegate these methods correctly. This aligns WrapDatabaseRef with them.

@codspeed-hq
Copy link
Copy Markdown

codspeed-hq bot commented Feb 25, 2026

Merging this PR will not alter performance

✅ 176 untouched benchmarks


Comparing andrewshab3:fix/wrap-database-ref-forward-storage-by-account-id (72b44af) with main (f4a6fb3)

Open in CodSpeed

@rakita rakita merged commit 6ef1006 into bluealloy:main Feb 25, 2026
31 checks passed
@github-actions github-actions bot mentioned this pull request Feb 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants