2.5.0
版本发布时间: 2015-06-02 14:35:28
auraphp/Aura.SqlQuery最新发布版本:3.0.0(2023-04-25 21:31:40)
- Docblock and README updates
- The Common\Select class, when binding values from a subselect, now checks for
instanceof SubselectInterface
instead ofself
; the Select class now implements SubselectInterface, so this should not be a BC break. - Subselects bound as where/having/etc conditions should now retain ?-bound params.