Skip to content

Releases: linville/pydbisam

v1.2.0 - Handle autoincrement and other file header fields.

07 Oct 03:26
Compare
Choose a tag to compare

Add support for auto increment fields, which fixes an error if attempting to open database that contains one. See the changelog for details. Upgrade using pip!

pip install -U pydbisam

v1.1.0 - Handle Date and Empty Fields

02 Jun 02:31
Compare
Choose a tag to compare

Add support for the date field. If a field is marked empty, decoding of its value is stopped and None is returned. See the changelog for details. Upgrade using pip!

pip install -U pydbisam

v1.0.2 - Handle deleted rows

06 Feb 18:59
Compare
Choose a tag to compare

Fixed handling of deleted rows. If rows were deleted, they might still be included in output and actual rows at the end of the database would not be output. See the changelog for details. Upgrade using pip!

pip install -U pydbisam

v1.0.1 - Fix minor decoding issues

11 Oct 21:13
Compare
Choose a tag to compare

Fixed several minor decoding issues with empty datetimes and strings with special characters. See the changelog for details. Upgrade using pip!

pip install -U pydbisam

v1.0.0 - Production (Mostly) Ready Release

09 Oct 01:18
Compare
Choose a tag to compare

Fixed up the API and removed a ton of debugging scaffolding used during development. Install it using pip!

pip install -U pydbisam

v0.1.0 - Initial Release

07 Oct 00:41
Compare
Choose a tag to compare

Initial capability providing both a CLI and an API to open DBISAM database tables and extract data.