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 the python pickle format. Either
you should choose another format for your data, or loop over all rows
unpickling them and do test.
Oleg.
--
Oleg Broytmann http://phd.pp.ru/ [EMAIL PROTECTED]
Programmers don't die, they just GOSUB without RETURN.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
sqlobject-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss