For some reason in the function update_row_data() in file db.cpp the SQLite3 query is failing to execute. The arguments the the function is passed when called is correctly formatted but still no luck. This bug is preventing all information from being updated. The function is being called in several places in the _manage_roster.c file
For some reason in the function
update_row_data()
in file db.cpp the SQLite3 query is failing to execute. The arguments the the function is passed when called is correctly formatted but still no luck. This bug is preventing all information from being updated. The function is being called in several places in the_manage_roster.c
file