Skip to content

MariaDB connector/node.js 2.0.2-rc

Pre-release
Pre-release
Compare
Choose a tag to compare
@rusher rusher released this 11 Dec 13:46
· 954 commits to master since this release

This version is a RC (Release Candidate).

Changes

  • new option noControlAfterUse permitting to disable reset or rollback when giving back a connection pool.

Correction

  • using option connectAttributes value _server_host is correctly filled on Performance Schema.
  • batch improvement
    • error thrown when no values
    • BULK better handling when socket error during process
    • Object with toSqlString function parameter support
    • null value correction when using BULK
    • timezone correction when not using "local" default values
    • now support very long parameter (> 16M)
    • rewrite support "\\" in parameter
  • timezone option parsing correction (correctly handle negative values)
  • test coverage improvement
  • minor performance improvement
  • pool end() now correctly wait for all connections ending