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, both
setPaging()
now re-calculates the LIMIT and OFFSET values.