Skip to content

v0.4.0

Compare
Choose a tag to compare
@kislyuk kislyuk released this 27 Feb 21:31
· 26 commits to main since this release
v0.4.0
f1ab152
  • Revert #32. Neither JSON nor UUIDs are appropriate for native type casting in this driver, because such behavior is inconsistent with other DB-API drivers.

    • Use typed exceptions

    • Raise legible error when passing array params. Closes #45

    • Guard client init with lock. Fixes #43