tarantool / tarantool-python

Python client library for Tarantool
https://www.tarantool.io
BSD 2-Clause "Simplified" License
98 stars 48 forks source link

Need to fix dbapi implementation #307

Open sashis opened 11 months ago

sashis commented 11 months ago

tarantool.dbapi accidentally misses DataError from tarantool.error. it breaks the pep-249 support

DifferentialOrange commented 11 months ago

Thank you for the report!

Unfortunately, this is not the only thing that isn't yet compatible with PEP-249: see related tickets. We also do not have any plans to resolve them in the near future, so I can't promise that it will be done soon. DBAPI doesn't seem to be a top priority since synchronous Python connector is mostly used for prototypes or integrations tests.

PRs are always welcome.