Emanuele Minotto
Emanuele Minotto
As reported in the title, the shared path is always `/vagrant` even if I set `/var/www`, is it wanted or a bug? I know these should be different, what I...
Any plan for a release? I'm looking forward to use it. :)
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.
With this structure every exception thrown by the key value store is marked with a specific interface. Use case: ``` php try { // extract values from a DBAL storage...
Already started in https://github.com/doctrine/KeyValueStore/pull/47, currently missing the range query feature. Ref: - http://wiki.apache.org/couchdb/Introduction_to_CouchDB_views - http://wiki.apache.org/couchdb/HttpViewApi - http://wiki.apache.org/couchdb/View_collation
Already started in https://github.com/doctrine/KeyValueStore/pull/24, currently missing the range query feature. Read: https://pkghosh.wordpress.com/2012/03/04/cassandra-range-query-made-simple/
The class `Doctrine\KeyValueStore\Storage\WindowsAzureTableStorage` is marked as deprecated, should it be removed before the v1?