Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.

v2.0.3

Compare
Choose a tag to compare
@iconara iconara released this 10 Jul 06:22
· 46 commits to master since this release

Bugfix release:

  • Fixes #117, batches with prepared statements now ensures that the statements are prepared on the selected connection instead of raising NotPreparedError.
  • Fixes #118, VARINT and DECIMAL encoding bugs.