Active
Project:
Install Profile API (obsolete)
Version:
6.x-2.1
Component:
CRUD functions and includes
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Jul 2010 at 17:52 UTC
Updated:
8 Jul 2010 at 17:52 UTC
Several include files make use of back-ticks in queries like this one:
INSERT INTO {filters} (`format`, `module`, `delta`, `weight`) VALUES (%d, '%s', %d, %d)
(filter.inc, line 79)
The back-ticks on the column names unnecessary and break compatibility with PostgreSQL.