Release 0.0.5
CHANGES
- no_delay option is deprecated and True by default
- Add Cursor.mogrify() method
- Support for "LOAD LOCAL INFILE" query.
- Check connection inside pool, in case of timeout drop it, fixes #25
- Add support of python 3.5 features to pool, connection and cursor