mirror of
https://github.com/python/cpython.git
synced 2025-10-26 19:24:34 +00:00
According to PEP 249, cursor.description must be
available for any SELECT statements, such as those
that use CTEs.
Backported from
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| dbapi.py | ||
| dump.py | ||
| factory.py | ||
| hooks.py | ||
| regression.py | ||
| transactions.py | ||
| types.py | ||
| userfunctions.py | ||