PostgreSQL and MySQL async v0.2.9 Release Notes

Release Date: 2013-12-01 // over 10 years ago
    • ๐Ÿ“œ PostgreSQL driver cannot parse value set by current_timestamp with timezone - #51
    • โž• Add AsyncObjectPool.use to combine take and giveBack - #53
    • โž• Add support for postgres interval type as Period - #56
    • Connection mutex improvements for issue - #59
    • ๐Ÿ‘Œ Improve URL parser to allow missing hostname/dbname - #64
    • Decode OIDs as Long - #62
    • ๐Ÿ‘Œ Improve placeholders and prepared statement handling - #65
    • ResultSet.columnNames order does not match ResultSet order - #61
    • โž• Add Connection.inTransaction to wrap queries in a transaction block - #54
    • โž• Add support for MySQL BINARY/VARBINARY types - #55