AnyhowStep / tsql

A SQL query-builder/ORM
37 stars 3 forks source link

Added QueryWhereDelegate<>; for feature-parity with typed-orm #293

Closed AnyhowStep closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #293 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #293      +/-   ##
==========================================
+ Coverage   95.64%   95.64%   +<.01%     
==========================================
  Files        1140     1140              
  Lines       58743    58767      +24     
  Branches     2991     2992       +1     
==========================================
+ Hits        56183    56207      +24     
  Misses       2554     2554              
  Partials        6        6
Impacted Files Coverage Δ
...use/util/operation/inner-join-using-primary-key.ts 100% <100%> (ø) :arrow_up:
src/unified-query/query-impl.ts 98.85% <100%> (ø) :arrow_up:
...ause/util/operation/left-join-using-primary-key.ts 100% <100%> (ø) :arrow_up:
src/unified-query/util/operation/where.ts 100% <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 ee88c5f...e62660e. Read the comment docs.