Skip to content

Releases: mherrmann/pypxlib

Fix ImportError

24 Apr 17:10
Compare
Choose a tag to compare

Fix missing PX_SdnToGregorian, support for 32-bit Linux

22 Apr 04:16
Compare
Choose a tag to compare

Fix ValueError on NULL time fields

16 Mar 09:06
Compare
Choose a tag to compare

Make it possible to specify encoding in Table(...)

16 Mar 08:54
Compare
Choose a tag to compare

Table(...) now takes two extra parameters, px_encoding and px_decode_errors. These let you define the encoding and how decoding errors should be handled when processing PX field names. See Pull Request #19.

Use `datetime` not `time` for Timestamp fields

01 Oct 12:27
Compare
Choose a tag to compare

Fix a bug with BytesField

22 Dec 08:25
Compare
Choose a tag to compare
v1.9

Bump version number to 1.9

Improved BLOB support

06 Aug 07:11
Compare
Choose a tag to compare

v1.7

02 Dec 08:31
Compare
Choose a tag to compare

Fix previously broken reading of date and time values from Paradox databases (#2). Thanks @keisetsu!

v1.6

17 Nov 18:05
Compare
Choose a tag to compare
Make pypxlib compatible with OS X 10.5+ instead of just 10.11.

v1.5

03 Nov 17:35
Compare
Choose a tag to compare
Add support for deleting table rows.