Fix View data issue for the table without column.
parent
21cbc6e9e5
commit
659316d3cb
|
@ -1453,6 +1453,7 @@ Failed to reset the connection to the server due to following error:
|
|||
desc in cur.ordered_description()]
|
||||
|
||||
pos = 0
|
||||
if self.column_info:
|
||||
for col in self.column_info:
|
||||
col['pos'] = pos
|
||||
pos += 1
|
||||
|
|
Loading…
Reference in New Issue