python-diskcache icon indicating copy to clipboard operation
python-diskcache copied to clipboard

Not compatible with opentelemetry-sqlite3

Open ddorian opened this issue 1 year ago • 0 comments

Just making a note that it's not compatible with it.

After a quick check, the reason is that it's using connection.execute() instead of connection.cursor().execute().

https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/sqlite3/sqlite3.html

ddorian avatar Oct 01 '24 11:10 ddorian