In the amazon_delete function (in amazon.module) there are some SQL escape sequence bugs that affect postgres installations. Specifically, the SQL statements use double quotes instead of single quotes for text values in the where clauses, which causes PostgreSQL to return an error.

See patch for details.

Thanks,
Curtis.

CommentFileSizeAuthor
amazon.module_2.patch748 bytesAnonymous (not verified)

Comments

Prometheus6’s picture

Status: Reviewed & tested by the community » Fixed

Thanks. That was stupid anyway.

Feel free to point out any PostgreSQL issues.

Anonymous’s picture

Glad to help - I dig this module. I'll let you know if I find any other postgres-related bugs.

Prometheus6’s picture

Status: Fixed » Closed (fixed)