- Support python 3.13 - Added support for the ``REAL_VECTOR`` type incl. various utility function
2.7.0
-----
Features ~~~~~~~~
- ``sqlalchemy_hana.errors`` will now raise a ``StatementExecutionError``if the messages contains ``temp index not exists``
2.6.0
-----
Features ~~~~~~~~
- An error during a rollback to a savepoint is ignored, if the transaction was already rolled back by SAP HANA. Based on this feature, ``sqlalchemy_hana.errors`` will no longer extract an inner error if a savepoint was not found.
2.5.0
-----
Features ~~~~~~~~
- ``sqlalchemy_hana.errors`` will now raise a ``SequenceLockTimeoutError`` error for error messages a lock wait timeout error caused by a sequence - uuid types can now be backed by ``VARBINARY`` instead of ``NVARCHAR``. For this use the ``sqlalchemy_hana.types.Uuid`` type with ``as_varbinary=True``
2.4.0
-----
Features ~~~~~~~~
- ``sqlalchemy.func.now`` will be rendered as ``CURRENT_TIMESTAMP``