MySQL v2.0.0-alpha4 Release Notes

Release Date: 2012-10-03 // over 11 years ago
    • ๐Ÿ›  Fix some OOB errors on resume()
    • ๐Ÿ›  Fix quick pause() / resume() usage
    • ๐Ÿ“œ Properly parse host denied / similar errors
    • โž• Add Connection.ChangeUser functionality
    • ๐Ÿ‘‰ Make sure changeUser errors are fatal
    • Enable formatting nested arrays for bulk inserts
    • โž• Add Connection.escape functionality
    • ๐Ÿ“‡ Renamed 'close' to 'end' event
    • ๐Ÿ“œ Return parsed object instead of Buffer for GEOMETRY types
    • ๐Ÿ‘ Allow nestTables inline (using a string instead of a boolean)
    • Check for ZEROFILL_FLAG and format number accordingly
    • โž• Add timezone support (default: local)
    • โž• Add custom typeCast functionality
    • Export mysql column types
    • โž• Add connection flags functionality (#237)
    • Exports drain event when queue finishes processing (#272, #271, #306)