mirror of
https://github.com/doctrine/KeyValueStore.git
synced 2026-03-24 08:42:12 +01:00
[PR #80] [CLOSED] Map partition and row keys back to object properties for azure table storage #109
Reference in New Issue
Block a user
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/doctrine/KeyValueStore/pull/80
Author: @icewind1991
Created: 5/8/2016
Status: ❌ Closed
Base:
master← Head:azure-key-mapping📝 Commits (1)
5feff6dMap 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
distandrangefor backwards compatibility🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.