Skip to content

Release 0.3.2

Compare
Choose a tag to compare
@jettify jettify released this 04 Aug 20:21
· 144 commits to master since this release

Changes

  • Added basic documentation for after_created and ThreadPoolExecutor #176 (thanks @alexhagerman)
  • Cursor/connection context managers now rollback transaction on error,
    otherwise commit if autocommit=False #178 (thanks @julianit)