-
-
Notifications
You must be signed in to change notification settings - Fork 338
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove column_index
from MathesarColumn class
#996
Comments
I realized that column index is not extraneous, it should still be used by the frontend to order columns for display. See: #1185. I do think we need to make sure nothing in the |
The |
Problem
Currently, column operations use
column_index
to identify columns. This is brittle, and leads to bugs. We've decided to change toattnum
. Once this is done, thecolumn_index
attribute will be extraneous.Proposed solution
We should remove the
column_index
attribute of theMathesarColumn
class indb/columns/base.py
and make sure nothing breaks.Additional context
Blocked by:
The text was updated successfully, but these errors were encountered: