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.
Describe the bug
According to the documentation for Row:
... 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.