Closed (fixed)
Project:
Services
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Nov 2011 at 00:39 UTC
Updated:
30 Nov 2011 at 21:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
marcingy commentedFrom reading the 7.x code we have a similar issue there.
Comment #2
cotto commentedHere's a simpler version that uses the
x IN (...)syntax for all queries so that there's only one control-flow path. The d6 version seems to work. The d7 version is my best guess and hasn't been tested.Comment #3
marcingy commentedD7 version with test
Comment #4
marcingy commentedD6 patch with tests
Comment #5
cotto commentedIt looks like I left out a line from the previous patch. With the attached patch, there are no new test failures in 6.x-3.x. If everyone's happy with the code, the patch is ready to commit.
Comment #6
marcingy commentedI'm happy with the code in both but can't rbtc as I wrote the tests.
Comment #7
ygerasimov commentedI am happy with patches #3 and #5
Comment #8
kylebrowning commentedTested these this morning, looks good.
Comment #9
kylebrowning commented