FDB Python driver for Firebird v1.8 released

FDB Python driver for Firebird v1.8 is available for download.

https://pypi.python.org/pypi/fdb

NOTE: Due to API and other changes at PyPI, the link to FDBdocumentation at PyPI project page still points to version 1.7. For
details please refer to documentation bundled with FDB distribution.

What’s new:

* In relation to (PYFB-71) a better memory exhaustion safeguard was
implemented for materialized blobs. See Working with BLOBs for details.
* Added service support for backup and restore from/to local byte
stream. See local_backup() and local_restore() for details.
* Added attribute fdb.schema.TableColumn.id (RDB$FIELD_ID)
* Added method fdb.BlobReader.get_info().

best regards
Pavel Cisar
IBPhoenix

Jaybird 3.0.2 released

The Firebird JDBC team is happy to announce the release of Jaybird 3.0.2.

Jaybird 3.0.2 contains the following fixes and changes:

  • Fixed: Specifying an unknown Java character set in connection property charSet or localEncoding was handled as if no connection character set had been specified, now we throw an exception that the character set is unknown. (JDBC-498)
  • Changed: Specifying a connection character set is no longer required, and will now default to NONE again, if system property org.firebirdsql.jdbc.defaultConnectionEncoding is not specified. (JDBC-502)

See the Jaybird 3.0.2 release notes for more information. Jaybird 3.0.2 can be downloaded from the JDBC Driver page.

1 32 33 34 35 36 294