mirror of
https://github.com/doctrine/KeyValueStore.git
synced 2026-03-24 08:42:12 +01:00
[PR #16] [MERGED] Add missing use statement and fix query used in DBALStorage. #49
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/16
Author: @stanlemon
Created: 9/17/2013
Status: ✅ Merged
Merged: 9/17/2013
Merged by: @guilhermeblanco
Base:
master← Head:dbal-fix📝 Commits (1)
2d01d5bAdded missing use statement. Scrapped plain text query for query builder (the original one was missing a where clause too).📊 Changes
1 file changed (+11 additions, -3 deletions)
View changed files
📝
lib/Doctrine/KeyValueStore/Storage/DBALStorage.php(+11 -3)📄 Description
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.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.