Closed (fixed)
Project:
Amazon associate tools
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Anonymous (not verified)
Created:
20 Jun 2006 at 17:40 UTC
Updated:
17 May 2020 at 12:23 UTC
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