deepkit / deepkit-framework

A new full-featured and high-performance TypeScript framework
https://deepkit.io/
MIT License
3.24k stars 123 forks source link

feat(mongo,sql): skip database field for inserts #527

Closed marcus-sa closed 10 months ago

marcus-sa commented 11 months ago

Summary of changes

Relinquishment of Rights

Please mark following checkbox to confirm that you relinquish all rights of your changes:

codecov-commenter commented 11 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (29a1a17) 77.77% compared to head (2bbdde2) 77.77%.

:exclamation: Current head 2bbdde2 differs from pull request most recent head 5e651c5. Consider uploading reports for the commit 5e651c5 to get more accurate results

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #527 +/- ## ======================================= Coverage 77.77% 77.77% ======================================= Files 188 188 Lines 20091 20095 +4 Branches 5202 5203 +1 ======================================= + Hits 15625 15629 +4 Misses 4466 4466 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

marcj commented 10 months ago

nice, thanks!