lolopinto / ent

MIT License
52 stars 6 forks source link

Allow other join types in CustomClauseQuery #1839

Closed Swahvay closed 2 weeks ago

Swahvay commented 3 weeks ago

The default join type for SQL is INNER JOIN, but there are plenty of cases where we might want any of the other types of joins.