MySQL v2.0.0-alpha8 Release Notes

Release Date: 2013-04-30 // almost 11 years ago
    • Switch to old mode for Streams 2 (Node.js v 0.10.x)
    • ➕ Add stream method to Query Wraps events from the query object into a node v0.10.x Readable stream
    • DECIMAL should also be treated as big number
    • ✂ Removed slow unnecessary stack access
    • ➕ Added charsets
    • ➕ Added bigNumberStrings option for forcing BIGINT columns as strings
    • 🔄 Changes date parsing to return String if not a valid JS Date
    • ➕ Adds support for ?? escape sequence to escape identifiers
    • 🔄 Changes Auth.token() to force password to be in binary, not utf8 (#378)
    • Restrict debugging by packet types
    • ➕ Add 'multipleStatements' option tracking to ConnectionConfig. Fixes GH-408
    • 🔄 Changes Pool to handle 'error' events and dispose connection
    • 👍 Allows db.query({ sql: "..." }, [ val1, ... ], cb); (#390)
    • 👌 Improved documentation
    • 🐛 Bug fixes