Skip to content

Releases: ibrewster/p4d

V1.5

06 Oct 17:35
Compare
Choose a tag to compare

Changes since v0.9:

v1.5 2017-10-06:

  • explicitly set cursor.result to none when closing connection to avoid possible double-free issue

v1.4 2017-07-21:

  • Add port number as optional parameter to connect call
  • Fix includes in C code needed for proper compilation on some newer OS versions

v1.3 2016-10-05:

  • Properly decode integer result fields on python3

v1.2 2016-07-15:

  • Fix bug that could cause strings to become garbage when doing an insert/update with long strings

v1.1 2016-02-19:

  • Fix bug where the inability to prepare a query prevented the query from being run at all.

v1.0 2016-02-11:

  • Enable cursor/connection to work as context managers
  • Wrap all queries in a transaction block

v0.9-beta

10 Feb 21:52
Compare
Choose a tag to compare
v0.9-beta Pre-release
Pre-release

New features and updated to work with Python 3

v0.5.1-beta

23 Dec 17:21
Compare
Choose a tag to compare
v0.5.1-beta Pre-release
Pre-release

Improved method of freeing memory in fetch one call.

v0.5-beta

22 Dec 23:53
Compare
Choose a tag to compare
v0.5-beta Pre-release
Pre-release

Fix memory leak issues

v0.4-beta

19 Dec 00:27
Compare
Choose a tag to compare
v0.4-beta Pre-release
Pre-release

Performance and memory management updates, especially when doing large execute-many calls.

v0.3.2-beta

18 Dec 00:25
Compare
Choose a tag to compare
v0.3.2-beta Pre-release
Pre-release

Performance enhancements and bug fixes

v0.1.1-beta

03 Dec 23:43
Compare
Choose a tag to compare
v0.1.1-beta Pre-release
Pre-release

Cleaned up code to reduce number of compile warnings on install

v0.1-beta

03 Dec 20:39
Compare
Choose a tag to compare
v0.1-beta Pre-release
Pre-release

v0.1-beta. This is the initial release of this module.