Skip to content

v0.6.2

Choose a tag to compare

@chandr-andr chandr-andr released this 08 Jun 20:44
· 393 commits to main since this release
4b39ac1

Changes for extra types.

  • PyUUID extra type is removed, it's possible to use UUID python type directly in parameters.
  • We support FLOAT4 and FLOAT8 in PostgreSQL, in previous releases we supported only Float4.
    If you want to add FLOAT8 to the PostgreSQL table, use Float64 type from extra types.

What's Changed

Full Changelog: 0.6.1...0.6.2