blue-yonder / turbodbc

Turbodbc is a Python module to access relational databases via the Open Database Connectivity (ODBC) interface. The module complies with the Python Database API Specification 2.0.
http://turbodbc.readthedocs.io/en/latest
MIT License
607 stars 85 forks source link

Remove usage of boost::locale #381

Closed xhochy closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Base: 98.87% // Head: 98.87% // Increases project coverage by +0.00% :tada:

Coverage data is based on head (d0d282e) compared to base (1300b20). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #381 +/- ## ======================================= Coverage 98.87% 98.87% ======================================= Files 93 93 Lines 3025 3026 +1 ======================================= + Hits 2991 2992 +1 Misses 34 34 ``` | [Impacted Files](https://codecov.io/gh/blue-yonder/turbodbc/pull/381?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=blue-yonder) | Coverage Δ | | |---|---|---| | [...p/cpp\_odbc/Library/src/level2/level1\_connector.cpp](https://codecov.io/gh/blue-yonder/turbodbc/pull/381?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=blue-yonder#diff-Y3BwL2NwcF9vZGJjL0xpYnJhcnkvc3JjL2xldmVsMi9sZXZlbDFfY29ubmVjdG9yLmNwcA==) | `100.00% <100.00%> (ø)` | | | [cpp/turbodbc/Library/src/cursor.cpp](https://codecov.io/gh/blue-yonder/turbodbc/pull/381?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=blue-yonder#diff-Y3BwL3R1cmJvZGJjL0xpYnJhcnkvc3JjL2N1cnNvci5jcHA=) | `100.00% <100.00%> (ø)` | | | [...pp/turbodbc\_arrow/Library/src/arrow\_result\_set.cpp](https://codecov.io/gh/blue-yonder/turbodbc/pull/381?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=blue-yonder#diff-Y3BwL3R1cmJvZGJjX2Fycm93L0xpYnJhcnkvc3JjL2Fycm93X3Jlc3VsdF9zZXQuY3Bw) | `97.68% <100.00%> (ø)` | | | [...urbodbc\_arrow/Library/src/set\_arrow\_parameters.cpp](https://codecov.io/gh/blue-yonder/turbodbc/pull/381?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=blue-yonder#diff-Y3BwL3R1cmJvZGJjX2Fycm93L0xpYnJhcnkvc3JjL3NldF9hcnJvd19wYXJhbWV0ZXJzLmNwcA==) | `95.59% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=blue-yonder). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=blue-yonder)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.