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

Prevent SQL error when position_column is not unique #37

Merged
merged 1 commit into from
May 14, 2012

Conversation

hinrik
Copy link
Contributor

@hinrik hinrik commented May 13, 2012

I was getting "Mysql2::Error: Column 'position' in order clause is
ambiguous ..." because I had a column in another table which shared the
name of the position column.

I was getting "Mysql2::Error: Column 'position' in order clause is
ambiguous ..." because I had a column in another table which shared the
name of the position column.
swanandp added a commit that referenced this pull request May 14, 2012
Prevent SQL error when position_column is not unique
@swanandp swanandp merged commit 8a6fd93 into brendon:master May 14, 2012
@swanandp
Copy link
Contributor

Pulled, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants