minorleaguegrayonassociates / GrayonSlam

3 stars 1 forks source link

Wrap database functions in try-catch when adding data #84

Closed ChrisRzech closed 5 years ago

ChrisRzech commented 5 years ago

Key features

Future Improvements

Notes

The functions being wrapped sometimes doesn't throw anything when an error happens (std::stoi is probably the cause here). There are three possibilities when I was testing: an exception is thrown and caught (good), no exception was thrown and program continues execution (eh), or the program crashes (bad).

typokign commented 5 years ago

this isnt sql

ChrisRzech commented 5 years ago

😡