doctrine / KeyValueStore

Abstraction for Key-Value to Plain Old PHP Object mapping
http://www.doctrine-project.org
MIT License
200 stars 59 forks source link

Storage name is ignored by many storages #73

Open enumag opened 8 years ago

enumag commented 8 years ago

I've noticed that the DBALStorage (and some other storages as well) completely ignores the $storageName argument. Maybe it should be used as a prefix for the key?