Skip to content

Commit

Permalink
update for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul M. Jones committed Mar 26, 2015
1 parent ace2870 commit 500e9d9
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
This release incorporates two feature additions and one fix.

- ADD: The _Insert_ objects now support multiple-row inserts with the new `addRow()` and `addRows()` methods.

- ADD: The MySQL _Insert_ object now supports `ON DUPLICATE KEY UPDATE` functionality with the new `onDuplicateKeyUpdate*()` 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.
This release fixes Insert::addRows() so that adding only one row generates the correct SQL statement.

0 comments on commit 500e9d9

Please sign in to comment.