Closed (fixed)
Project:
Taxonomy Autotagger
Version:
5.x-1.1
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
8 Jun 2008 at 13:43 UTC
Updated:
26 Jun 2008 at 15:46 UTC
Patch is attached.
| Comment | File | Size | Author |
|---|---|---|---|
| autotag_pgsql.patch | 1.75 KB | mustafau |
Comments
Comment #1
sdrycroft commentedIn 5.x-1.1
Comment #2
mustafau commentedThere is no {sequences} table in PostgreSQL installation of Drupal. You should use
$high_nid = db_next_id('{node}_nid');for pgsql case.
Comment #3
sdrycroft commentedFixed in next release.
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.