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.

CommentFileSizeAuthor
amazon.install.diff901 bytesAnonymous (not verified)

Comments

Prometheus6’s picture

Status: Reviewed & tested by the community » Fixed

Yeah, looking at that, the index AND table name need to be prefix-able.

Thanks again!

Prometheus6’s picture

Assigned: Unassigned » Prometheus6
Status: Fixed » Closed (fixed)