AnyhowStep / tsql

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

Remove table update and fetch one #184

Closed AnyhowStep closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #184 into master will decrease coverage by 0.09%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #184     +/-   ##
=========================================
- Coverage   95.96%   95.87%   -0.1%     
=========================================
  Files        1138     1138             
  Lines       55043    54974     -69     
  Branches     2941     3003     +62     
=========================================
- Hits        52821    52704    -117     
- Misses       2215     2264     +49     
+ Partials        7        6      -1
Impacted Files Coverage Δ
src/table/table-impl.ts 91.96% <ø> (-0.63%) :arrow_down:
...ration-update/update-and-fetch-one-by-super-key.ts 65.58% <0%> (-29.77%) :arrow_down:
...on-update/update-and-fetch-one-by-candidate-key.ts 98.59% <0%> (-0.47%) :arrow_down:
...tion-update/update-and-fetch-one-by-primary-key.ts 97.58% <0%> (ø) :arrow_up:
src/formatter/Formatter.ts 83.52% <0%> (+0.38%) :arrow_up:
.../util/constructor/05-set-copy-defaults-delegate.ts 98.98% <0%> (+0.5%) :arrow_up:
...tion/util/operation-update/update-and-fetch-one.ts 98.98% <0%> (+1.51%) :arrow_up:
src/formatter/Tokenizer.ts 96.96% <0%> (+1.51%) :arrow_up:
src/sqlstring/index.ts 87.06% <0%> (+1.72%) :arrow_up:
...tion/util/operation/impl/fetch-value-array-impl.ts 95% <0%> (+2.5%) :arrow_up:
... and 1 more

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 2f8b81b...b59ff4e. Read the comment docs.