mirror of
https://github.com/doctrine/KeyValueStore.git
synced 2026-03-24 08:42:12 +01:00
[PR #65] Shared key flattening #90
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/65
Author: @EmanueleMinotto
Created: 12/15/2015
Status: 🔄 Open
Base:
master← Head:enhancement/abstract-storage📝 Commits (1)
b5d8ddeshared key flattening📊 Changes
15 files changed (+187 additions, -53 deletions)
View changed files
➕
lib/Doctrine/KeyValueStore/Storage/AbstractStorage.php(+93 -0)📝
lib/Doctrine/KeyValueStore/Storage/AzureSdkTableStorage.php(+1 -1)📝
lib/Doctrine/KeyValueStore/Storage/CassandraStorage.php(+1 -1)📝
lib/Doctrine/KeyValueStore/Storage/CouchDbStorage.php(+1 -26)📝
lib/Doctrine/KeyValueStore/Storage/CouchbaseStorage.php(+1 -1)📝
lib/Doctrine/KeyValueStore/Storage/DBALStorage.php(+1 -1)📝
lib/Doctrine/KeyValueStore/Storage/DoctrineCacheStorage.php(+1 -15)📝
lib/Doctrine/KeyValueStore/Storage/DynamoDbStorage.php(+1 -1)📝
lib/Doctrine/KeyValueStore/Storage/MongoDbStorage.php(+1 -1)📝
lib/Doctrine/KeyValueStore/Storage/RedisStorage.php(+1 -1)📝
lib/Doctrine/KeyValueStore/Storage/RiakStorage.php(+1 -1)📝
lib/Doctrine/KeyValueStore/Storage/SimpleDbStorage.php(+1 -1)📝
lib/Doctrine/KeyValueStore/Storage/WindowsAzureTableStorage.php(+2 -2)📝
tests/Doctrine/Tests/KeyValueStore/Functional/Storage/CassandraTest.php(+1 -1)➕
tests/Doctrine/Tests/KeyValueStore/Storage/AbstractStorageTest.php(+80 -0)📄 Description
Closes https://github.com/doctrine/KeyValueStore/issues/63
I'm not fully sure about the method output because it isn't based on a RFC nor a standard, but this could be done in the v2.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.