8000 Release v1.4.0 · FirebirdSQL/python3-lib · GitHub
[go: up one dir, main page]

Skip to content

v1.4.0

Compare
Choose a tag to compare
@pcisar pcisar released this 30 Jun 11:19
· 19 commits to master since this release
  • Initial support for Firebird 5 (new items in schema and monitor modules).

  • Finally, Firebird 4 support was added (new items in schema and monitor modules).

  • Potentially breaking changes:

    • Enum firebird.lib.monitor.ShutdownMode was removed and replaced with
      firebird.driver.types.ShutdownMode. They are basically the same, but differ in value
      name ONLINE->NORMAL.
    • firebird.lib.schema.ObjectType value PACKAGE was renamed to PACKAGE_HEADER
  • Updated dependencies: firebird-driver>=1.9.0 and firebird-base>=1.6.1

  • Note: The list of reserved words (used internally to correctly quote identifiers) is
    not hardcoded in Firebird 5, but is instead read from RDB$KEYWORDS.

0