python-sqlite3-backup icon indicating copy to clipboard operation
python-sqlite3-backup copied to clipboard

Sqlite3 online API CPython implementation module

Results 2 python-sqlite3-backup issues
Sort by recently updated
recently updated
newest added

``` Traceback (most recent call last): File "/opt/rh/python27/root/usr/lib64/python2.7/runpy.py", line 174, in _run_module_as_main "__main__", fname, loader, pkg_name) File "/opt/rh/python27/root/usr/lib64/python2.7/runpy.py", line 72, in _run_code exec code in run_globals File "/opt/IBM/InformationServer/Server/DSEngine/bin/ISMD-emeaprd.py/__main__.py", line 38,...

If I try any form of database copy, including using a modified test script, just to force the location of the sqlitebck.so it fails with: Martyns-MacBook-Pro-3:Downloads martyn$ python tests.py Segmentation...

bug