PostgreSQL and MySQL async v0.2.16 Release Notes

Release Date: 2015-01-04 // over 9 years ago
    • โž• Add support to byte arrays for PostgreSQL 8 and older - @SattaiLanfear - #21;
    • ๐Ÿ‘‰ Make sure connections are returned to the pool before the result is returned to the user - @haski - #119;
    • Support to SEND_LONG_DATA to MySQL - @mst-appear - #115;
    • ๐Ÿ‘Œ Support for ByteBuffer and ByteBuf for binary data - @mst-appear - #113 #112;
    • ๐Ÿ›  Fixed encoding backslashes in PostgreSQL arrays - @dylex - #110;
    • Included escape encoding method for bytes in PostgreSQL - @SattaiLanfear - #107;