Skip to content

Commit

Permalink
update change notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul M. Jones committed Feb 3, 2015
1 parent 3959cf2 commit dbdaff9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
- CHG: ExtendedPdo::disconnect() added to allow manual disconnection of a connection
- CHG: ExtendedPdo::prepare() now profiles the query-preparation time
- ADD: ExtendedPdo::disconnect() method to close connections explicitly. This does not work for injected PDO connection objects, which should be managed from their creation point, not as part of ExtendedPdo. Thanks to both Jacob Emerick and Jacques Woodcock for their initial implementations.

- CHG: ExtendedPdo::bindValue() now throws Exception\CannotBindValue when it encounters a non-bindable value. This helps with debugging values that make their way down to the PDO layer, which PDO cannot bind.

0 comments on commit dbdaff9

Please sign in to comment.