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

Tests and fix for #94 #96

Closed
wants to merge 1 commit into from
Closed

Conversation

brocktimus
Copy link
Collaborator

Starting branch to fix #94. I have a failing test to start with.

@brocktimus
Copy link
Collaborator Author

@wvanbergen I can't really follow the code deep within the QueryBuilder sadly :-(. Especially in the core table / column quoting areas which this will touch. Want to take a look? I will when I have more time.

@wvanbergen
Copy link
Owner

I am on vacation and won't have time to look at it until august.

Sent from my iPhone

On Jul 17, 2014, at 18:21, brocktimus notifications@github.com wrote:

@wvanbergen I can't really follow the code deep within the QueryBuilder sadly :-(. Especially in the core table / column quoting areas which this will touch. Want to take a look? I will when I have more time.


Reply to this email directly or view it on GitHub.

Moo.create!(:foo => 'foo too', :primary_ham => @ham1)
Moo.create!(:foo => 'foo three', :primary_ham => @ham2)
Moo.create!(:foo => 'foo four', :secondary_ham => @ham2)
Moo.create!(:foo => 'foo four', :primary_ham => @ham1, :secondary_ham => @ham2)
Copy link
Collaborator

Choose a reason for hiding this comment

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

I find having two lines with 'foo four' confusing, it is hard to understand the test with so many data line can you please reduce it?

@ares
Copy link
Collaborator

ares commented May 7, 2019

I suppose this one got lost somewhere in 2014, closing for now. If you'd like to get this in, please reopen.

@ares ares closed this May 7, 2019
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.

Unable to search with multiple relationships to the same table
4 participants