Although it didn't affect me directly since I don't use table prefixes on my install, I noticed that there were missing braces for the CREATE queries for postgres installations. See patch.
Also, does Drupal use table prefixes for indexes? If so, you'll also need braces around the index name (amazonitem_title_idx) in the CREATE INDEX query.
Thanks,
Curtis.
| Comment | File | Size | Author |
|---|---|---|---|
| amazon.install.diff | 901 bytes | Anonymous (not verified) |
Comments
Comment #1
Prometheus6 commentedYeah, looking at that, the index AND table name need to be prefix-able.
Thanks again!
Comment #2
Prometheus6 commented