Closed (fixed)
Project:
Spaces
Version:
6.x-2.0-beta6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
1 Oct 2009 at 03:48 UTC
Updated:
17 Aug 2012 at 15:35 UTC
Jump to comment: Most recent file
Comments
Comment #1
halcyonCorsair commentedOops, add {}'s around table names.
also is their a reason you changed the form of the query so much?
from joins to a subquery?
miccolis: postgres doesn't like INNER JOINs in update queries
miccolis: hmm, i think i can rewrite it to use a FROM instead of the subselect to be in a similar form, but i don't think that would work with mysql
Ok, subselect is fine.
Comment #2
yhahn commentedCommitted. I reimplemented the same query for OG 1.0 removing INNER JOINs and using a subselect as well.
http://drupal.org/cvs?commit=270346
Comment #4
liam morland