tarantool / tarantool/tarantool-python
DB-API: Provide <cursor>.description
Open
Nobody has claimed this yet.
Database API
feature
- Dominant language
- Python
- Stars
- 108
- Forks
- 51
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 1
Description
https://www.python.org/dev/peps/pep-0249/#description
The standard obligates implementations to provide result set metadata via <cursor>.description property.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the linked PEP 249 description requirement and inspect the cursor implementation in the Python client. Determine what result-set metadata is available and how cursor properties are exposed. Done means cursor.description is provided according to the DB-API specification.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100