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.

CommentFileSizeAuthor
gallery.install.patch1.04 KBPMunn
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

PMunn’s picture

Status: Active » Needs review

Whoops didn't tag it as code that needed review.

profix898’s picture

Status: Needs review » Fixed

Committed to 5--2 branch. Thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.