mirror of
https://github.com/SOCI/soci.git
synced 2026-02-13 00:59:39 -06:00
Try to classify all the possible SQLite result codes using SOCI error_category enum. In particular, this allows to detect connection and permission errors. Update the unit test to test the error category too.