-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
repaire a bug; when Duplicate with \r ,that makes match() return null #10320
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
Conversation
|
Where in the error message would this newline be, when are newlines contained in error messages, please provide more info, this seems like a larger issue. |
with using mysql,this may case the error: |
|
In this case your fix is not sufficient. |
do you think that is a good idea to change |
|
That could work too, depending on @sushantdhiman stance on v5 node version we could also use the |
|
Hehe, at this point I just want to release v5 asap. Please just use simple Node 6 constructs for now |
Codecov Report
@@ Coverage Diff @@
## master #10320 +/- ##
==========================================
- Coverage 96.28% 95.42% -0.86%
==========================================
Files 68 65 -3
Lines 9775 9556 -219
==========================================
- Hits 9412 9119 -293
- Misses 363 437 +74
Continue to review full report at Codecov.
|
|
Some tests randomly fail due to timing issues, you can ignore these. |
|
v5 really is the way to go! |
|
Looks this PR broke some MariaDB stuff https://travis-ci.org/sequelize/sequelize/jobs/481222290 |
Pull Request check-list
Please make sure to review and check all of these items:
npm run testornpm run test-DIALECTpass with this change (including linting)?Description of change
as this issue
#6725
when get a \r in the err.message,match() will return null