MySQL v2.12.0 Release Notes

Release Date: 2016-11-03 // over 7 years ago
    • ✅ Accept array of type names to dateStrings option #605 #1481
    • ➕ Add query method to PoolNamespace #1256 #1505 #1506
      • Used as cluster.of(...).query(...)
    • ➕ Add new error codes up to MySQL 5.7.16
    • 🛠 Fix edge cases writing certain length coded values
    • Fix typo in HANDSHAKE_NO_SSL_SUPPORT error message #1534
    • 👌 Support Node.js 7.x
    • ⚡️ Update bignumber.js to 2.4.0
    • ⚡️ Update sqlstring to 2.2.0
      • Accept numbers and other value types in escapeId
      • Escape invalid Date objects as NULL
      • Run buffer.toString() through escaping