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
Aliases deletion #9933
Aliases deletion #9933
Conversation
Tests fixed. Don't know why codecov failed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one small change otherwise LGTM
@@ -1,7 +1,7 @@ | |||
'use strict'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only case for SequelizeErrors
is changed, remove changes from this file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was for consistancy, it's the only file where sequelizeErrors is used with an upper first letter. I'm reverting.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Leave it
Code coverage can be ignored for this PR |
Codecov Report
@@ Coverage Diff @@
## master #9933 +/- ##
==========================================
- Coverage 96.04% 96.04% -0.01%
==========================================
Files 63 63
Lines 9431 9420 -11
==========================================
- Hits 9058 9047 -11
Misses 373 373
Continue to review full report at Codecov.
|
Thanks @frlinw |
TY, this should make future development much less confusing! |
@sushantdhiman @frlinw you missed |
@SimonSchick it was a request from sushantdhiman #9372 (comment) |
Pull Request check-list
Please make sure to review and check all of these items:
npm run test
ornpm run test-DIALECT
pass with this change (including linting)?Description of change
Remove some aliases
#9372
List of aliases
Particular case
DataTypes
I tried to make DOUBLE PRECISION change but this caused tests failure and I was unable to fix them. So I left DOUBLE PRECISION & NUMERIC aliases unchanged.