bastisawesome / guessinggame_ttv

A Twitch bot to play a word guessing game
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Add Database Transactions #26

Closed bastisawesome closed 1 year ago

bastisawesome commented 1 year ago

SQLite3, by default, only commits transactions on either database close, or executing a new statement. Change the database manager's behaviour to setup explicit transactions, and either commit or rollback on error.

bastisawesome commented 1 year ago

Depending on time constraints, this may be elevated to release milestone.