Skip to content

Doc bug: cursor_description attribute on Row object #657

Description

@amachanic

Describe the bug

According to the documentation for Row:

Attributes
cursor_description A copy of the Cursor.description object from the Cursor that created this row. This contains the column names and data types of the columns. See [Cursor.description](https://github.com/microsoft/mssql-python/wiki/Cursor#description)

... that doesn't seem to be true. The row class exposes no such attribute. I'm fine with that and I think #613 will satisfy most use cases here. So I think the doc just needs to get updated.

Metadata

Metadata

Assignees

Labels

FIXEDarea: api-compliancePython API behavior and typing: DB-API 2.0, exceptions, type stubs, new APIs.documentationImprovements or additions to documentation

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions