Skip to content
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

Fixed column removal related bugs exposed by test.py (python binding) #269

Merged
merged 3 commits into from
Nov 10, 2013

Conversation

astigsen
Copy link
Contributor

Fixing test.py in python binding exposed som serious bugs when removing columns. It has been fixed and unit tests have been expanded to catch the issues.

@@ -378,10 +387,24 @@ size_t Spec::get_column_index(StringData name) const
return m_names.find_first(name);
}

size_t Spec::get_column_pos(size_t column_ndx) const {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Funny placement of brace

@kspangsege
Copy link
Contributor

👍

astigsen pushed a commit that referenced this pull request Nov 10, 2013
Fixed column removal related bugs exposed by test.py (python binding)
@astigsen astigsen merged commit 3e9002b into realm:release_v0.1.2 Nov 10, 2013
@astigsen astigsen deleted the column_del_fix branch November 10, 2013 20:40
jedelbo added a commit that referenced this pull request Jun 17, 2019
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 25, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants