Releases: psqlpy-python/psqlpy
Releases · psqlpy-python/psqlpy
v0.6.6
Full Changelog: 0.6.5...0.6.6
v0.6.5
New Types supported
Now it's possible to use XML, NUMERIC and MONEY type in PostgreSQL
What's Changed
- Supported more types by @chandr-andr in #53
Full Changelog: 0.6.4...0.6.5
v0.6.4
v0.6.3
v0.6.2
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
- Removed unnecessary extra types (PyUUID removed) by @chandr-andr in #48
- Added support for FLOAT4/FLOAT8 in PostgreSQL by @chandr-andr in #49
Full Changelog: 0.6.1...0.6.2
v0.6.1
What's Changed
- Started implementing chain to create pool by @chandr-andr in #44
- Added cursor method for connection by @chandr-andr in #46
Full Changelog: 0.6.0...0.6.1
v0.6.0
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
- Rewritten all exceptions by @chandr-andr in #39, #41
Full Changelog: 0.5.6...0.6.0
v0.5.6
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
What's Changed
- More parameters to configure ConnectionPool by @chandr-andr in #37
Full Changelog: 0.5.4...0.5.5
v0.5.4
What's Changed
- Custom decoders and encoders for not supported types by @chandr-andr in #35
Full Changelog: 0.5.3...0.5.4