There was an error while loading. Please reload this page.
1 parent 4a58bcb commit f1e21edCopy full SHA for f1e21ed
1 file changed
google/cloud/spanner_dbapi/cursor.py
@@ -99,7 +99,7 @@ def description(self):
99
# Size of the SQL type of the column.
100
display_size=code_to_display_size.get(field.type_.code),
101
# Client perceived size of the column.
102
- internal_size=field.ByteSize(),
+ internal_size=field._pb.ByteSize(),
103
)
104
columns.append(column_info)
105
0 commit comments