Closed (fixed)
Project:
Bibliography Module
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
2 Jul 2011 at 16:11 UTC
Updated:
5 Sep 2012 at 20:08 UTC
As the subject says, “longblob” is specific to MySQL. PostgresSQL has “bytea”. The affected function is biblio_update_6029() in biblio.install.
Comments
Comment #1
rjerome commentedI've changed that update to use the SchemaAPI which should be a little more cross database friendly.
http://drupalcode.org/project/biblio.git/commit/7e8b97a
Comment #3
liam morland