You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Try to load table structure with column named length
2. Get uncaught exception `RangeError: invalid array length`
What version of the product are you using? On what operating system?
0.1, Mozilla Firefox 31.0, linux
I looked at the code for columns manipulation and found out that Arrays for
columns used as associative containers, so we can replace Array with plain
objects without any harm. Patch attached.
Original issue reported on code.google.com by [email protected] on 22 Aug 2014 at 8:49
Original issue reported on code.google.com by
[email protected]
on 22 Aug 2014 at 8:49Attachments:
The text was updated successfully, but these errors were encountered: