vapor / mysql-nio

🐬 Non-blocking, event-driven Swift client for MySQL.
MIT License
90 stars 27 forks source link

Parse timestamp columns in text format. Fixes vapor/mysql-nio#71 #72

Closed samalone closed 1 year ago

samalone commented 2 years ago

Add support for reading timestamp columns in text format.

Fixes #71

codecov-commenter commented 1 year ago

Codecov Report

Merging #72 (2b73b5a) into main (12f282b) will increase coverage by 0.27%. The diff coverage is 95.45%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #72 +/- ## ========================================== + Coverage 44.66% 44.94% +0.27% ========================================== Files 38 38 Lines 3253 3271 +18 ========================================== + Hits 1453 1470 +17 - Misses 1800 1801 +1 ``` | [Impacted Files](https://app.codecov.io/gh/vapor/mysql-nio/pull/72?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=vapor) | Coverage Δ | | |---|---|---| | [Sources/MySQLNIO/MySQLTime.swift](https://app.codecov.io/gh/vapor/mysql-nio/pull/72?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=vapor#diff-U291cmNlcy9NeVNRTE5JTy9NeVNRTFRpbWUuc3dpZnQ=) | `95.04% <92.30%> (-0.18%)` | :arrow_down: | | [Sources/MySQLNIO/MySQLData.swift](https://app.codecov.io/gh/vapor/mysql-nio/pull/72?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=vapor#diff-U291cmNlcy9NeVNRTE5JTy9NeVNRTERhdGEuc3dpZnQ=) | `49.20% <100.00%> (+0.81%)` | :arrow_up: |
gwynne commented 1 year ago

The problem with the tests will be fixed by the merge of #95

VaporBot commented 1 year ago

These changes are now available in 1.7.0