2.4.0
版本发布时间: 2015-03-23 01:47:37
auraphp/Aura.SqlQuery最新发布版本:3.0.0(2023-04-25 21:31:40)
This release incorporates two feature additions and one fix.
- ADD: The Insert objects now support multiple-row inserts with the new
addRow()
andaddRows()
methods. - ADD: The MySQL Insert object now supports
ON DUPLICATE KEY UPDATE
functionality with the newonDuplicateKeyUpdate*()
methods. - FIX: The Select methods regarding paging now interact better with LIMIT and OFFSET; in particular,
setPaging()
now re-calculates the LIMIT and OFFSET values.