Ingeborg Hellemo Ingeborg.Hellemo@cc.uit.no writes:
morten.brekkevold@uninett.no said:
Ingeborg, if you can, please try the attached patch for this problem (I have no Postgres 8.2 to test on).
Nope. We are still sorry. This time because of one escape too many.
[snip]
WHERE key='serviceid' and value IN (''1','6','2','8','4','5','3'')
That doesn't make sense. I took a look at servicetable.py on po, and it doesn't match servicetable.py from the current trunk or NAV 3.3.
A few lines below the patched line, it contains the following:
WHERE key='serviceid' and value IN ('%s')""" % serviceIDs
This extra quote must have been added by you or someone else; it breaks both my patch and the original functionality.