[Zope] formatting tuple to feed to mysql

2005-05-09 Thread David Siedband
I'm have a tuple that I want to pass to a zSQL query to so I can based on items in the tuple. I get the sequence from a zSQL query that selects a single field, and I'm postprocessing it with the following: Which puts the sequence in brackets like this: [211, 873, 515, 516, 589] but mysql seems

Re: [Zope] formatting tuple to feed to mysql

2005-05-09 Thread J Cameron Cooper
David Siedband wrote: I'm have a tuple that I want to pass to a zSQL query to so I can based on items in the tuple. I get the sequence from a zSQL query that selects a single field, and I'm postprocessing it with the following: Which puts the sequence in brackets like this: [211, 873, 515, 51