SchoolyB / Hallpass-Hero

A lightweight CLI tool for instructors to track student performance and attendance | WIP
MIT License
4 stars 1 forks source link

Bug: SQLite3 query failing to execute on 'dev' branch #55

Open SchoolyB opened 7 months ago

SchoolyB commented 7 months ago

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