Open tomjaguarpaw opened 10 years ago
HaskellDB does not support OUTER JOIN
, so the first thing to do would be to add them there.
Hacked up a LEFT JOIN
without touching HaskellDB. Eventually we'll make our own internal AST and implement this more nicely but the API will stay the same.
https://github.com/karamaan/karamaan-opaleye/blob/dev/Karamaan/Opaleye/LeftJoin.hs
I would welcome some comments on how this works in practice.
Seems to work fine, except for #61
There should be some support for
OUTER JOIN
.