Subject | FDB Python driver for Firebird v2.0.1 released |
---|---|
Author | Pavel Cisar |
Post date | 2019-07-13T10:18:36Z |
FDB Python driver for Firebird v2.0.1 is available for download.
https://pypi.python.org/pypi/fdb
Improvements:
- Enhancements to BlobReader - protected data as properties (blob_id,
is_text, blob_charset, charset)
- Added support for utf8 database filenames and other string db
connection parameters (isc_dpb_utf8_filenames)
- New attribute: fdb.ibase.fbclient_API.client_library_name
- ObjectList: (a) class_type property (b) Allow sort on frozen list
Other changes:
- Better readable code with Google-style docstring and better
documentation with sphinx-napoleon extension
Bugs Fixed:
- (Unregistered) - Bug in ObjectList.any()
- (Unregistered) - fdb.schema: ObjectLists properties for user and
system objects of the same type are now stable (not created on getter call)
- (Unregistered) - fdb.log: Fix minor locale problem in Python 3
- (Unregistered) - fdb.trace: Fix parsing of IPv6 addresses
Read more at https://fdb.readthedocs.io/en/latest/
best regards
Pavel Cisar
IBPhoenix
https://pypi.python.org/pypi/fdb
Improvements:
- Enhancements to BlobReader - protected data as properties (blob_id,
is_text, blob_charset, charset)
- Added support for utf8 database filenames and other string db
connection parameters (isc_dpb_utf8_filenames)
- New attribute: fdb.ibase.fbclient_API.client_library_name
- ObjectList: (a) class_type property (b) Allow sort on frozen list
Other changes:
- Better readable code with Google-style docstring and better
documentation with sphinx-napoleon extension
Bugs Fixed:
- (Unregistered) - Bug in ObjectList.any()
- (Unregistered) - fdb.schema: ObjectLists properties for user and
system objects of the same type are now stable (not created on getter call)
- (Unregistered) - fdb.log: Fix minor locale problem in Python 3
- (Unregistered) - fdb.trace: Fix parsing of IPv6 addresses
Read more at https://fdb.readthedocs.io/en/latest/
best regards
Pavel Cisar
IBPhoenix