Manipulating MySQL Sets

Victor Subervi victorsubervi at gmail.com
Sat Dec 12 16:34:52 EST 2009


Hi;
What type does python consider a MySQL Set??

              if isinstance(colValue[0], (str, int, long, float, long,
complex, unicode, list, buffer, xrange, tuple)):
                pass
              else:
                print 'XXX'

And the following fields pass through this net: Set and datetime. What type
is a datetime?

How do I parse a Set? Can't slice it. What do I do with the &*$( thing?
Victor
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20091212/7df207ab/attachment-0001.html>


More information about the Python-list mailing list