String values in queries should be surrounded in single quotes:

http://drupal.org/node/2497

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

arthurf’s picture

Hi-

Are you looking for postgres compatibility, or is this merely a cleanup request?