dbricker-intel
Results
1
issues of
dbricker-intel
Is supersqlite enable loading sqlite extensions? What can cause this error: >>> from supersqlite import sqlite3 as sqlite33 >>> conn33=sqlite33.connect("mydbfile.db") >>> conn33.enable_load_extension(True) Traceback (most recent call last): File "", line...