You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the API saves marks one by one in separate queries.
Rework this to use a prepared statement at the beginning and then executing that per mark.
This probably needs additional functionality in db_class.php as well.
The text was updated successfully, but these errors were encountered:
Currently, the API saves marks one by one in separate queries.
Rework this to use a prepared statement at the beginning and then executing that per mark.
This probably needs additional functionality in db_class.php as well.
The text was updated successfully, but these errors were encountered: