SQL syntax error for postgres in authorship.install

hatter - January 3, 2008 - 15:24
Project:Authorship Module
Version:5.x-1.2
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed
Description

Missing the closing bracket on the table creation.

Patch:

38c38
< "PRIMARY KEY (nid, cid))");
---
> "PRIMARY KEY (nid, cid)");

#1

AjK - January 3, 2008 - 16:25
Status:active» fixed

Fixed by http://drupal.org/cvs?commit=93915

Fixed in Drupal 5 by http://drupal.org/cvs?commit=93919 (sorry for the incorrect creditation!)

#2

Anonymous - January 17, 2008 - 16:42
Status:fixed» closed

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

 
 

Drupal is a registered trademark of Dries Buytaert.