vapor-community / postgresql

Robust PostgreSQL interface for Swift
MIT License
131 stars 33 forks source link

Removed unnessesary print #53

Closed dmonagle closed 7 years ago

dmonagle commented 7 years ago

The .unsupported case is by no means a problem - simply using postgres enums will cause each and every bind to print out this message. As the function still returns the data (in the form of bytes) it makes more sense that any issue with this will be caught in higher level testing.

codecov[bot] commented 7 years ago

Codecov Report

Merging #53 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #53   +/-   ##
=======================================
  Coverage   80.37%   80.37%           
=======================================
  Files          10       10           
  Lines        1106     1106           
=======================================
  Hits          889      889           
  Misses        217      217
Impacted Files Coverage Δ
Sources/PostgreSQL/Bind/Bind+Node.swift 94.79% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5efa27f...96bf6f5. Read the comment docs.