Project:Outline Designer
Version:5.x-1.2-1
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

queries of the form:
db_query('Select node.title from {node}');
will fail on prefixed dbs because 'node.title' is not a valid table.column. They should always be in the form
db_query('Select n.title from {node} AS n');

AttachmentSize
prefix_abstraction.patch2.35 KB

Comments

#1

Status:active» reviewed & tested by the community

This method worked for solving our problems with prefixed columns.

#2

Status:reviewed & tested by the community» fixed

#3

Status:fixed» closed (fixed)

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