Closed (fixed)
Project:
Views Fusion
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Nov 2006 at 03:18 UTC
Updated:
3 Dec 2006 at 15:45 UTC
In the install file, the Postgres table definition appears to replicate the MySQL definition. This code breaks in Postgres 8.0.8 (at least). A correct table definition would be:
CREATE TABLE {views_fusion} (
vid integer NOT NULL,
mvid integer NOT NULL,
uses varchar(32) NOT NULL,
PRIMARY KEY(vid,mvid) )
Comments
Comment #1
fagothanks, I fixed it like you suggested.
Comment #2
(not verified) commented