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

Add missing use statement and fix query used in DBALStorage. #16

Closed stanlemon closed 11 years ago

stanlemon commented 11 years ago

The current DBAL implementation does not appear to work. It is missing a use statement at the top for a DBAL Connection and the current query does not have a WHERE clause so it chokes. I switched this over to the query builder while I was fixing this.