Skip to content

Releases: psqlpy-python/psqlpy

v0.8.7

27 Dec 18:32
12f3c63
Compare
Choose a tag to compare

Breaking changes with naming

We've changed naming for some external types, there are all changes, please follow them in your code:

  • PyVarChar -> VarChar
  • PyText -> Text
  • PyJSON -> JSON
  • PyJSONB -> JSONB
  • PyMacAddr6 -> MacAddr6
  • PyMacAddr8 -> MacAddr8
  • PyPoint -> Point
  • PyBox -> Box
  • PyPath -> Path
  • PyLine -> Line
  • PyLineSegment -> LineSegment
  • PyCircle -> Circle

What's Changed

New Contributors

Full Changelog: 0.8.6...0.8.7

v0.8.6

10 Dec 18:19
760606a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.8.5...0.8.6

v0.8.5

19 Nov 19:04
a7734cd
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.4...0.8.5

v0.8.4

18 Oct 10:31
335e591
Compare
Choose a tag to compare

Full Changelog: 0.8.3...0.8.4

0.8.3

17 Oct 21:53
4ff39a7
Compare
Choose a tag to compare
Return actual bytes instead of list of ints for BYTEA type

Signed-off-by: chandr-andr (Kiselev Aleksandr) <[email protected]>

v0.8.2

17 Oct 12:36
b8b846f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.1...0.8.2

v0.8.1

06 Oct 20:39
89f92bf
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.0...0.8.1

v0.8.0

29 Sep 15:54
b43a8ea
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7.11...0.8.0

v0.7.11

21 Sep 11:58
969aadc
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7.10...0.7.11

v0.7.10

19 Sep 20:32
e8f118a
Compare
Choose a tag to compare

What's Changed

  • Added method execute_batch for Connection and Transaction by @chandr-andr in #84

Read more for Connection and Transaction

Full Changelog: 0.7.9...0.7.10