tarantool / tarantool-python

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

Add DBAPI warnings on corresponding events #169

Open artembo opened 3 years ago

artembo commented 3 years ago

DBAPI standard requires raising warnings when corresponding event is triggered.

Add missing warning messages (if feature is implemented):

Totktonada commented 3 years ago

Currently those ones are implemented:

Let's add warnings for them so.

See https://github.com/tarantool/tarantool-python/wiki/PEP-249-Database-API#extensions-defined-in-pep-249.