mirror of
https://github.com/python/cpython.git
synced 2025-10-27 16:57:08 +00:00
According to PEP 249, cursor.description must be
available for any SELECT statements, such as those
that use CTEs.
Backported from
|
||
|---|---|---|
| .. | ||
| cache.c | ||
| cache.h | ||
| connection.c | ||
| connection.h | ||
| cursor.c | ||
| cursor.h | ||
| microprotocols.c | ||
| microprotocols.h | ||
| module.c | ||
| module.h | ||
| prepare_protocol.c | ||
| prepare_protocol.h | ||
| row.c | ||
| row.h | ||
| statement.c | ||
| statement.h | ||
| util.c | ||
| util.h | ||