We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 599e3f4 commit 0622297Copy full SHA for 0622297
1 file changed
tarantool/schema.py
@@ -97,7 +97,6 @@ def __init__(self, index_row, space):
97
"""
98
99
self.iid = index_row[1]
100
- self.name = index_row[2]
101
self.name = to_unicode(index_row[2])
102
self.index = index_row[3]
103
self.unique = index_row[4]
0 commit comments