Active
Project:
Media Mover
Version:
6.x-1.0-beta4
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Nov 2009 at 17:50 UTC
Updated:
16 Nov 2009 at 02:45 UTC
String values in queries should be surrounded in single quotes:
Many Media Mover queries begin and end with single quotes, and hence use double quotes for string values.
These queries cause the module to break under PostGres. The Drupal coding standard on quotes in queries is ANSI SQL compliant. PostGres adheres to it, MySQL does not.
Comments
Comment #1
arthurf commentedHi-
Are you looking for postgres compatibility, or is this merely a cleanup request?