NOAA-EMC / wxflow

Tools for Weather Workflows
https://wxflow.readthedocs.io/en/latest
GNU Lesser General Public License v3.0
0 stars 7 forks source link

expose a couple of specific sqlite3 error codes to Class object #18

Closed TerrenceMcGuinness-NOAA closed 6 months ago

TerrenceMcGuinness-NOAA commented 6 months ago

Description

We request adding a couple of key sqlite3 error codes to be exposed by the wxflow SQLiteDB Class so the user can specifically query for the error strings with then the are appropriately encountered for a reaction.

Type of change

How Has This Been Tested?

The re-action to using try block when a uniqueness was violated was appropriately observed in the driver code using the class.

Checklist

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 50.91%. Comparing base (97159f7) to head (dc02772).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #18 +/- ## =========================================== + Coverage 50.78% 50.91% +0.13% =========================================== Files 16 16 Lines 1473 1477 +4 Branches 313 313 =========================================== + Hits 748 752 +4 Misses 669 669 Partials 56 56 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

TerrenceMcGuinness-NOAA commented 6 months ago

updated pynorms for spaces