Using SET in INSERT SQL queries is not SQL ANSII compliant. PostgreSQL spits out lots of
warning: pg_query() [function.pg-query]: Query failed: ERROR: syntax error at or near "SET" LINE 1: INSERT INTO moderation_moderation SET obj_type='node', obj_i... ^ in .....
yuck.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 529414-fixing-for-postgresql-2.patch | 3.65 KB | josh waihi |
| #2 | 529414-fixing-for-postgresql.patch | 3.64 KB | josh waihi |
Comments
Comment #1
josh waihi commentedhere's what you should have:
Comment #2
josh waihi commentedhere's a patch to fix the whole module.
Comment #3
josh waihi commentedactually, that last patch is bung, try this one.
Comment #4
sanduhrsCommited to d5-dev,d6-dev.
Thank you!