move update_history_table from Connector to Database class
- moves
update_history_table
into database.py - removes
update_history_table
fromConnector
class - removes
update_history_table
fromDatabaseExtractor
class - removes
extract_sparqler_stats
fromDatabase
class - alter sql query construction previously build with f-strings to avoid sql-injection.
Edited by Maximilian Pickl