Closed (fixed)
Project:
Gallery
Version:
5.x-2.x-dev
Component:
Code / API
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Aug 2008 at 05:11 UTC
Updated:
24 Jan 2009 at 10:40 UTC
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.