2.6.0
版本发布时间: 2015-11-09 23:46:17
auraphp/Aura.SqlQuery最新发布版本:3.0.0(2023-04-25 21:31:40)
- (DOC) Docblock and README updates; in particular, add an
@method getStatement()
to the QueryInterface for IDE auto-completion. - (ADD) Select::hasCols() reports if there are any columsn in the Select.
- (ADD) Select::getCols() gets the existing columns in the Select.
- (ADD) Select::removeCol() removes a previously-added column.
- (FIX) Select::reset() now properly resets the table refs for a UNION.
- (FIX) Select::forUpdate() is now fluent.