Problem/Motivation
deleteMultiple([]) on KeyValueStorage\DatabaseStorage results in a SQL exception.
Proposed resolution
Make the loop front-tested.
Remaining tasks
User interface changes
API changes
| Comment | File | Size | Author |
|---|---|---|---|
| empty_delete.patch | 1.46 KB | chx |
Comments
Comment #1
joelpittetPerfect!
Comment #2
alexpottThis issue is a normal bug fix, and doesn't include any disruptive changes, so it is allowed per #2350615: [policy, no patch] What changes can be accepted during the Drupal 8 beta phase?. Committed ca4a7b8 and pushed to 8.0.x. Thanks!