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

Added tests that shows failures when trying queries that seem correct but apparently are not working #1228

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

motin
Copy link
Contributor

@motin motin commented Jun 22, 2016

After some fiddling with queries I realized that in order for the query to actually work, I had to:

  1. Supply relation aliases
  2. Make sure that the relation aliases where in lowercase and started with the table name
  3. Override the default join type in the use...Query() method

These tests shows the current behavior when not doing all of the above, as well as includes the working query for reference.

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

Successfully merging this pull request may close these issues.

2 participants