Re: [SQLObject] Problem selecting rows by PickleCol value

2006-07-25 Thread Oleg Broytmann
On Wed, Jul 05, 2006 at 12:36:53PM -0500, Kipp Cannon wrote: > I've got a table with a PickleCol in which I'm storing lists of strings, > and I want to find the ID of the row whose list of strings matches a value > I provide. I can't get this to work PickleCol stores data in the backend in t

[SQLObject] Problem selecting rows by PickleCol value

2006-07-05 Thread Kipp Cannon
Hi, I've got a table with a PickleCol in which I'm storing lists of strings, and I want to find the ID of the row whose list of strings matches a value I provide. I can't get this to work, and I'm wondering if someone has advice; or maybe it's a bug? Here's an example to illustrate # initia