understanding .description newbie ?
johnf <jfabiani-rLSQ/[email protected]>
| Newsgroups | gmane.comp.python.db.psycopg.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi,
dbapi 2.0 defines what a cursor.description returns. In my case the
cursor.description returns {fieldName, someNumber, None,...}. I would like
to better understand what the "someNumber" means. How does python know
that '1043' is a varchar (python string??).
Thanks in advance.
--
John Fabiani