SQLite 3.49.1 breaks SOHViewer
SQLite 3.49.1 breaks SOHViewer with this error message
sqlite3.OperationalError:no such column: "currentDirectory" - should this be a string literal in single-quotes?
SQLSELECT FieldName, FieldValue FROM PersistentData WHERE FieldName="currentDirectory"
sqlite3.OperationalError:no such column: "tempDataDirectory" - should this be a string literal in single-quotes?
SQL: SELECT FieldValue FROM PersistentData WHERE FieldName="tempDataDirectory"
path: database/soh.db
Traceback (most recent call last):
File "/Users/ericm/opt/miniconda3/envs/passoft3/bin/sohviewer", line 8, in <module>
sys.exit(main())
File "/Users/ericm/opt/miniconda3/envs/passoft3/lib/python3.10/site-packages/sohstationviewer/main.py", line 79, in main
wnd = MainWindow()
File "/Users/ericm/opt/miniconda3/envs/passoft3/lib/python3.10/site-packages/sohstationviewer/view/main_window.py", line 217, in __init__
self.delete_old_temp_data_folder()
File "/Users/ericm/opt/miniconda3/envs/passoft3/lib/python3.10/site-packages/sohstationviewer/view/main_window.py", line 1307, in delete_old_temp_data_folder
temp_data_folder = rows[0][0]
IndexError: list index out of range