Skip to content

Releases: FirebirdSQL/python3-driver

v1.10.5

Choose a tag to compare

@pcisar pcisar released this 26 Jul 16:03

Fixed

  • Unregistered bug: DECFLOAT ARRAYs do not work.

v1.10.4

Choose a tag to compare

@pcisar pcisar released this 07 May 10:58

Added

  • Support for values fetched from environment variables in configuration files via
    EnvExtendedInterpolation provided by firebird-base package v1.8.0.

Fixed

  • Unregistered bug: db info call for CRYPT_KEY, CRYPT_PLUGIN, WIRE_CRYPT, DB_GUID and
    DB_FILE_ID returned mangled values.
  • Unregistered bug: db info call for FIREBIRD_VERSION or Connection.info.firebird_version
    always returned only one string. Now it returns all values returned by server, separated
    by newline.

v1.10.3

Choose a tag to compare

@pcisar pcisar released this 03 May 16:40

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

Choose a tag to compare

@pcisar pcisar released this 03 May 16:01

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

Choose a tag to compare

@pcisar pcisar released this 21 Dec 16:13

Fixed

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

v1.10.0

Choose a tag to compare

@pcisar pcisar released this 03 Oct 14:50

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

Choose a tag to compare

@pcisar pcisar released this 27 Jun 14:29

v1.8.0

Choose a tag to compare

@pcisar pcisar released this 07 Dec 16:47

v1.7.0

Choose a tag to compare

@pcisar pcisar released this 28 Nov 17:25
  • New: Cursor.to_dict() method.
  • Move away from setup.cfg to pyproject.toml, changed source tree layout.

Release 1.6.0

Choose a tag to compare

@pcisar pcisar released this 12 Oct 10:50
  • 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.