Closed (fixed)
Project:
Outline Designer
Version:
5.x-1.2-1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 May 2008 at 15:17 UTC
Updated:
5 Jun 2008 at 13:41 UTC
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');
| Comment | File | Size | Author |
|---|---|---|---|
| prefix_abstraction.patch | 2.35 KB | schuyler1d |
Comments
Comment #1
jbrauer commentedThis method worked for solving our problems with prefixed columns.
Comment #2
btopro commentedComment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.