[PR #80] [CLOSED] Map partition and row keys back to object properties for azure table storage #109

Closed
opened 2026-01-23 11:35:14 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/KeyValueStore/pull/80
Author: @icewind1991
Created: 5/8/2016
Status: Closed

Base: masterHead: azure-key-mapping


📝 Commits (1)

  • 5feff6d Map partition and row keys back to object properties

📊 Changes

1 file changed (+9 additions, -7 deletions)

View changed files

📝 lib/Doctrine/KeyValueStore/Storage/AzureSdkTableStorage.php (+9 -7)

📄 Description

When using azure table storage it uses the first 2 defined keys as partition and row keys.

This maps the keys back to the object properties when retrieving the object.
The keys are also still mapped to dist and range for backwards compatibility


🔄 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/doctrine/KeyValueStore/pull/80 **Author:** [@icewind1991](https://github.com/icewind1991) **Created:** 5/8/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `azure-key-mapping` --- ### 📝 Commits (1) - [`5feff6d`](https://github.com/doctrine/KeyValueStore/commit/5feff6d69a0214c6f78c22823f79c902ae8a8137) Map partition and row keys back to object properties ### 📊 Changes **1 file changed** (+9 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/KeyValueStore/Storage/AzureSdkTableStorage.php` (+9 -7) </details> ### 📄 Description When using azure table storage it uses the first 2 defined keys as partition and row keys. This maps the keys back to the object properties when retrieving the object. The keys are also still mapped to `dist` and `range` for backwards compatibility --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-23 11:35:14 +01:00
admin closed this issue 2026-01-23 11:35:14 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/KeyValueStore#109