You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which corresponds to the 3 results I should be getting from the leftJoin, however the right side is Nothing. I did some digging and turned query logging on and the query being generated is as follows:
The text was updated successfully, but these errors were encountered:
wduncanfraser
changed the title
leftJoin returning Nothing for right hand column (PgRN)
leftJoin returning Nothing for right hand table (PgRN)
Nov 27, 2017
leftJoins appear to always return Nothing for the right hand table. For example, in this query:
Called here:
A trace if the result shows:
Which corresponds to the 3 results I should be getting from the leftJoin, however the right side is Nothing. I did some digging and turned query logging on and the query being generated is as follows:
Which when run manually returns the expected results:
Direct queries of the right hand table and innerJoins work without issue.
This looks like it may be related to #37
CC @boj
The text was updated successfully, but these errors were encountered: