Skip to content

Release 0.0.5

Choose a tag to compare

@jettify jettify released this 27 Oct 22:07

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