Skip to content

Commit

Permalink
Fix a bug in LEFT JOIN
Browse files Browse the repository at this point in the history
  • Loading branch information
ocharles committed Aug 16, 2017
1 parent 49e9864 commit 312e65e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rel8.hs
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ leftJoinA q =
(right, pqR, t') = rightQueryF ((), PrimQuery.Unit, t)
((tag, renamed), ljPEsB) =
O.run
(O.runUnpackspec unpackColumns (O.extractLeftJoinFields 2 t') right)
(O.runUnpackspec unpackColumns (O.extractLeftJoinFields t' t') right)
in ( MaybeTable tag renamed
, PrimQuery.Join
PrimQuery.LeftJoin
Expand Down

0 comments on commit 312e65e

Please sign in to comment.