Skip to content

0.1.4

Compare
Choose a tag to compare
@arthurschreiber arthurschreiber released this 01 Aug 11:17
· 1786 commits to master since this release
  • #80 Add placeholder event handlers to suppress crash in final. (Nicholas Penree)
  • #83 Better default values for options in default sql statement. (Kevin Pullin)
  • #73 Expose collected rows in request callback and done* events.
  • #85 Add connection.reset function, to reset connection to initial state.
  • #86 Make encrypted connections work with node v0.10.
  • #91 Honour optional appName property in config.options.
  • Add support for using Real in parameterized statements.
  • Correct value for Request's completion callback's rowCount argument for statements other than select.