An elegant lightweight and efficient SQL Query Builder with fluid interface SQL syntax supporting bindings and complicated query generation.
417
stars
114
forks
source link
Allow custom self column in join #100
Closed
nathandentzau closed 6 years ago
The current
JoinQuery::addJoin()
method does not allow for a customColumn
. Below is an example of the use case for this change:This query structure is common in Drupal when selecting values from fields on entities that reference other entities through the Field and Entity API.