Skip to content

Releases: FirebirdSQL/python3-driver

v1.10.3

03 May 16:40
Compare
Choose a tag to compare

Fixed

  • #30 - It is not possible to start a transaction without specifying an isolation level
    The fix allows use of empty tpb in TransactionManager.begin()

v1.10.2

03 May 16:01
Compare
Choose a tag to compare

Fixed

  • Mangled output for DbInfoCode itsens CRYPT_PLUGIN, WIRE_CRYPT, DB_GUID and DB_FILE_ID
  • #34 - Pre-1970 dates causes OverflowError
  • #38 - 'datetime.date' object has no attribute 'date'

v1.10.1

21 Dec 16:13
Compare
Choose a tag to compare

Fixed

  • Call iProvider.shutdown() on program exit.
  • #33 - SIGABRT on interface detach.

v1.10.0

03 Oct 14:50
Compare
Choose a tag to compare

Fixed

  • #27 - Failed to establish a connection to the server on the specified port.
  • #15 - Documentation issue.

Changed

  • Build system changed from setuptools to hatch

v1.9.0

27 Jun 14:29
Compare
Choose a tag to compare

v1.8.0

07 Dec 16:47
Compare
Choose a tag to compare

v1.7.0

28 Nov 17:25
Compare
Choose a tag to compare
  • New: Cursor.to_dict() method.
  • Move away from setup.cfg to pyproject.toml, changed source tree layout.

Release 1.6.0

12 Oct 10:50
Compare
Choose a tag to compare
  • Further code optimizations.
  • Addressing issues reported by pylint.
  • Updated Firebird OO API (interface extensions between 3.0.7->3.0.10, 4.0.0->4.0.2)
  • Improved documentation.

Release 1.5.2

03 Oct 13:06
Compare
Choose a tag to compare

For details about changes see the changelog.