-
Notifications
You must be signed in to change notification settings - Fork 373
Closed
Labels
in: selectbuilderSelectBuilder stands for the complete API for creating SQL statements programmatically.SelectBuilder stands for the complete API for creating SQL statements programmatically.type: enhancementA general enhancementA general enhancement
Milestone
Description
This is a split of #995 concerning the missing support for JOIN'ing with a subselect a la LEFT OUTER JOIN (SELECT ... ) AS alias ON alias.X = other_table.Y
.
This is currently not possible with the SelectBuilder
, which assumes that the joins will be tables.
Metadata
Metadata
Assignees
Labels
in: selectbuilderSelectBuilder stands for the complete API for creating SQL statements programmatically.SelectBuilder stands for the complete API for creating SQL statements programmatically.type: enhancementA general enhancementA general enhancement