Actual and correct method call: https://github.com/googleapis/python-spanner/blob/1f80a395ff4ac51a785ea6bdfbe3e18a8cf4c951/google/cloud/spanner_dbapi/cursor.py#L265-L266 While in few methods object tried to call a wrong attribute which doesn't exist: https://github.com/googleapis/python-spanner/blob/1f80a395ff4ac51a785ea6bdfbe3e18a8cf4c951/google/cloud/spanner_dbapi/cursor.py#L282-L283 https://github.com/googleapis/python-spanner/blob/1f80a395ff4ac51a785ea6bdfbe3e18a8cf4c951/google/cloud/spanner_dbapi/cursor.py#L313-L314
Actual and correct method call:
python-spanner/google/cloud/spanner_dbapi/cursor.py
Lines 265 to 266 in 1f80a39
While in few methods object tried to call a wrong attribute which doesn't exist:
python-spanner/google/cloud/spanner_dbapi/cursor.py
Lines 282 to 283 in 1f80a39
python-spanner/google/cloud/spanner_dbapi/cursor.py
Lines 313 to 314 in 1f80a39