Skip to content

Releases: psqlpy-python/psqlpy

v0.6.5

19 Jun 17:53
7e7a228

Choose a tag to compare

New Types supported

Now it's possible to use XML, NUMERIC and MONEY type in PostgreSQL

What's Changed

Full Changelog: 0.6.4...0.6.5

v0.6.4

11 Jun 22:30
7dde7fd

Choose a tag to compare

What's Changed

Full Changelog: 0.6.3...0.6.4

v0.6.3

11 Jun 20:09
27d9ca8

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.6.2...0.6.3

v0.6.2

08 Jun 20:44
4b39ac1

Choose a tag to compare

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

v0.6.1

06 Jun 23:03
f67ba95

Choose a tag to compare

What's Changed

Full Changelog: 0.6.0...0.6.1

v0.6.0

26 May 09:12
7081eea

Choose a tag to compare

This release creates new readable and extendable exceptions.
Now it is easier to write try-except blocks and control library execution.
More on our docs: Exceptions

What's Changed

Full Changelog: 0.5.6...0.6.0

v0.5.6

03 May 16:13
66c03a1

Choose a tag to compare

What's Changed

  • Added fetch method, changed parameters annotations by @chandr-andr in #38

Full Changelog: 0.5.5...0.5.6

v0.5.5

29 Apr 15:03
f4f1d8d

Choose a tag to compare

What's Changed

Full Changelog: 0.5.4...0.5.5

v0.5.4

26 Apr 17:25
95ad0b1

Choose a tag to compare

What's Changed

  • Custom decoders and encoders for not supported types by @chandr-andr in #35

Full Changelog: 0.5.3...0.5.4

v0.5.3

17 Apr 20:04
15dcaf9

Choose a tag to compare

What's Changed

Full Changelog: 0.5.2...0.5.3