Gallery.install fails to upgrade due to SQL incompatibility when updating the blocks table. The delta column is text and the UPDATE actually sets it to a string but the condition doesn't quote the value, which is pretty bad overall. I've attached a patch to fix this.
It should work fine on MySQL but I haven't tested it there.
| Comment | File | Size | Author |
|---|---|---|---|
| gallery.install.patch | 1.04 KB | PMunn |
Comments
Comment #1
PMunn commentedWhoops didn't tag it as code that needed review.
Comment #2
profix898 commentedCommitted to 5--2 branch. Thanks.