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.... )
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
Comment #1
jtsnow commentedThanks! 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...
Comment #2
shunting commentedYour very welcome. This is a great module, too.
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.