Skip to content

Release 0.0.7

Compare
Choose a tag to compare
@jettify jettify released this 27 Jan 19:52
· 585 commits to master since this release

CHANGES

  • Fix for multiple results issue, ported from pymysql #52
  • Fixed useless warning with no_delay option #55
  • Added async/await support for Engine, SAConnection, Transaction #57
  • pool.release returns future so we can wait on it in __aexit__ #60
  • Update to PyMySQL 0.6.7