> Is there anyway I can specify the list of tags like this, instead?
>
> book.tags = [u"python", u"programming"]
>
Well you could use a PickleType column in your book table... Of course, you'll 
loose functionnalities you could have using a real Tag object. The problem is 
how you consider a tag in your model...

See attachment for the pickletype col.

Hope it helps.

Cheers, 

Seb
-- 
Sébastien LELONG
sebastien.lelong[at]sirloon.net

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Attachment: with_pickletype.py
Description: application/python

Reply via email to