Double quotes are used for escaping column names and such. A query structured like
UPDATE {foo} SET bar = "baz";
will try to find a column named "baz" in Postgres (and many other db's).
The attached patch fixes two queries to use correct quoting, and thus work properly in Postgres
| Comment | File | Size | Author |
|---|---|---|---|
| flag_actions.module.patch | 1.49 KB | stormsweeper |
Comments
Comment #1
stormsweeper commentedTo be clear, the issue exists in the 6.x-1.1 release, but the patch is against the 6.x-1.x dev branch.
Comment #2
quicksketchThanks, I'll put this in next time I'm committing.
Comment #3
andypostSubscribe, waiting for commit
Comment #4
quicksketchCommitted all versions of Flag.