I believe that "WHERE 1" is a MySQL idiom, but it breaks PostGres.

However

SELECT * FROM {embed_widgets}

works fine.

(Since SELECT * selects everything, I don't see what WHERE 1 does.... )

Comments

jtsnow’s picture

Status: Active » Fixed

Thanks! I removed all instances of 'WHERE 1'. Should be fixed in the latest dev release.

http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/embed_widge...

shunting’s picture

Your very welcome. This is a great module, too.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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