On module activation when using sqlite as db storage, the module fails to install. Issue is that item_id is defined as serial, while the primary key for the table is array('item_id', 'tag'), which leads sqlite to just mess up during the table creation.

Schema for the 'advancedqueue_tags' table seems to be wrong as 'item_id' should be defined as 'int' rather than 'serial' (since it's somewhat a foreign key).

CommentFileSizeAuthor
#1 fix_for_db_type-1445398.patch475 byteslaurentchardin

Comments

laurentchardin’s picture

StatusFileSize
new475 bytes

Small patch attached.

damien tournoud’s picture

Status: Active » Fixed

Merged into 7.x-1.x.

Status: Fixed » Closed (fixed)

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