taocpp / taopq

C++ client library for PostgreSQL
Boost Software License 1.0
265 stars 40 forks source link

Fixed connection.h - when building on Windows using non Microsoft com… #63

Closed kostya416 closed 1 year ago

kostya416 commented 1 year ago

…piler like mingw/LLVM strerror_s parameters are incorrect

kostya416 commented 1 year ago

Fixed connection.h - when building on Windows using non Microsoft compiler like mingw/LLVM strerror_s parameters are incorrect

codecov-commenter commented 1 year ago

Codecov Report

Base: 99.60% // Head: 99.60% // No change to project coverage :thumbsup:

Coverage data is based on head (da51279) compared to base (edeb31a). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #63 +/- ## ======================================= Coverage 99.60% 99.60% ======================================= Files 67 67 Lines 2276 2276 ======================================= Hits 2267 2267 Misses 9 9 ``` | [Impacted Files](https://codecov.io/gh/taocpp/taopq/pull/63?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=taocpp) | Coverage Δ | | |---|---|---| | [src/lib/pq/connection.cpp](https://codecov.io/gh/taocpp/taopq/pull/63/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=taocpp#diff-c3JjL2xpYi9wcS9jb25uZWN0aW9uLmNwcA==) | `98.21% <ø> (ø)` | | 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=taocpp). 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=taocpp)

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