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.
| Comment | File | Size | Author |
|---|---|---|---|
| amazon.module_2.patch | 748 bytes | Anonymous (not verified) |
Comments
Comment #1
Prometheus6 commentedThanks. That was stupid anyway.
Feel free to point out any PostgreSQL issues.
Comment #2
Anonymous (not verified) commentedGlad to help - I dig this module. I'll let you know if I find any other postgres-related bugs.
Comment #3
Prometheus6 commented