In the python sqlite3 library there is a function you can call to enable tracebacks in user-defined sqlite callback functions: sqlite3.enable_callback_tracebacks(flag)
This is disabled by default. Are there any downsides to enabling it?
In the python sqlite3 library there is a function you can call to enable tracebacks in user-defined sqlite callback functions: sqlite3.enable_callback_tracebacks(flag)
This is disabled by default. Are there any downsides to enabling it?