PostgreSQL and MySQL async v0.2.2 Release Notes

Release Date: 2013-05-18 // almost 11 years ago
    • 👍 Implement MySQL support, should be able to execute common statements, prepared statements and login with password (#9)
    • Concurrency problem for multiple queries - @fwbrasil - #18
    • 👌 Support prepared statement with more than 64 characters on PostgreSQL - @fwbrasil - #16
    • Do not accept returned connections to pool that aren't ready for query - @fwbrasil - #15
    • Multiple executions of a prepared statement that doesn't return rows fail - @fwbrasil - #13
    • ⚡️ Optimize match/cases to @switch (#10)
    • Reimplement the PostgreSQLMD5Digest.java in Scala - (#8)