MySQL v2.0.0-alpha5 Release Notes

Release Date: 2012-12-03 // over 11 years ago
    • โž• Add mysql.escapeId to escape identifiers (closes #342)
    • ๐Ÿ‘ Allow custom escaping mode (config.queryFormat)
    • ๐Ÿ”ง Convert DATE columns to configured timezone instead of UTC (#332)
    • Convert LONGLONG and NEWDECIMAL to numbers (#333)
    • ๐Ÿ›  Fix Connection.escape() (fixes #330)
    • ๐Ÿ”„ Changed Readme ambiguity about custom type cast fallback
    • ๐Ÿ”„ Change typeCast to receive Connection instead of Connection.config.timezone
    • ๐Ÿ›  Fix drain event having useless err parameter
    • โž• Add Connection.statistics() back from v0.9
    • โž• Add Connection.ping() back from v0.9