Closed (fixed)
Project:
Node import
Version:
5.x-1.7
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Oct 2008 at 23:40 UTC
Updated:
12 Nov 2008 at 21:23 UTC
In file node_import/supported/node.inc (LINE 189) you wrote:
SELECT count(*) cnt FROM {node} ...
It must be
SELECT count(*) AS cnt FROM {node}...
This is causing warnings and errors in Postgresql databases.
Comments
Comment #1
Robrecht Jacques commentedCommitted. Will be included in the next release of node_import (5.x-1.8). Thanks.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.