Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check that money/small money are within correct range for bulkcopy #2379

Merged
merged 5 commits into from
Apr 4, 2024

Conversation

Jeffery-Wasty
Copy link
Member

Fixes #2309

@Jeffery-Wasty Jeffery-Wasty added this to In progress in MSSQL JDBC via automation Apr 3, 2024
Copy link

codecov bot commented Apr 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 50.23%. Comparing base (78bdefd) to head (7ee5be8).

❗ Current head 7ee5be8 differs from pull request most recent head 13fb1df. Consider uploading reports for the commit 13fb1df to get more accurate results

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #2379      +/-   ##
============================================
+ Coverage     50.21%   50.23%   +0.02%     
- Complexity     3841     3848       +7     
============================================
  Files           145      145              
  Lines         33358    33360       +2     
  Branches       5654     5654              
============================================
+ Hits          16750    16759       +9     
+ Misses        14221    14211      -10     
- Partials       2387     2390       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@lilgreenbird lilgreenbird added this to the 12.7.0 milestone Apr 3, 2024
@Jeffery-Wasty Jeffery-Wasty marked this pull request as ready for review April 4, 2024 17:35
@Jeffery-Wasty Jeffery-Wasty moved this from In progress to Under Peer Review in MSSQL JDBC Apr 4, 2024
barryw-mssql
barryw-mssql previously approved these changes Apr 4, 2024
MSSQL JDBC automation moved this from Under Peer Review to In progress Apr 4, 2024
Copy link
Member

@lilgreenbird lilgreenbird left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please run formatter

tkyc
tkyc previously approved these changes Apr 4, 2024
@Jeffery-Wasty Jeffery-Wasty merged commit 5b3f32e into main Apr 4, 2024
3 of 17 checks passed
MSSQL JDBC automation moved this from In progress to Closed/Merged PRs Apr 4, 2024
@Jeffery-Wasty Jeffery-Wasty deleted the moneySmallMoneyFix branch April 4, 2024 21:35
@Jeffery-Wasty Jeffery-Wasty added this to To Backport in 12.6.2 Hotfix Apr 5, 2024
Jeffery-Wasty added a commit that referenced this pull request Apr 10, 2024
* Changes as per prior code review

* setupMoneyTests can be added to beforeAll, it should be ran each time

* Passed in wrong values for tests
@Jeffery-Wasty Jeffery-Wasty removed this from To Backport in 12.6.2 Hotfix May 17, 2024
tkyc added a commit that referenced this pull request May 27, 2024
tkyc added a commit that referenced this pull request May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
MSSQL JDBC
  
Closed/Merged PRs
Development

Successfully merging this pull request may close these issues.

When I try to insert the value beyond the range, it inserting wrong values with small money/money.
4 participants