You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.
To use table gateway with joins, it's appropriate to alias the table gateway's base table as well. However, there's no possibility to alias the gateway's table the same way as accepted by regular Select.
To use table gateway with joins, it's appropriate to alias the table gateway's base table as well. However, there's no possibility to alias the gateway's table the same way as accepted by regular
Select
.Changing both
https://github.com/zendframework/zf2/blob/master/library/Zend/Db/TableGateway/TableGateway.php#L34
and
https://github.com/zendframework/zf2/blob/master/library/Zend/Db/TableGateway/AbstractTableGateway.php#L104
to accept
Select
's array alias notation works for me, but might introduce BC breaks for external classes (e.g. Features?) readingtable
property.The text was updated successfully, but these errors were encountered: