Skip to content

Conversation

@techguysid
Copy link
Contributor

Pull Request check-list

Please make sure to review and check all of these items:

  • Does npm run test or npm run test-DIALECT pass with this change (including linting)?
  • Does the description below contain a link to an existing issue (Closes #[issue]) or a description of the issue you are solving?
  • Have you added new tests to prevent regressions?
  • Is a documentation update included (if this change modifies existing APIs, or introduces new ones)?
  • Did you update the typescript typings accordingly (if applicable)?
  • Did you follow the commit message conventions explained in CONTRIBUTING.md?

Description of change

This PR fixes the #11567 issue.

@codecov
Copy link

codecov bot commented Nov 22, 2019

Codecov Report

Merging #11702 into master will increase coverage by 0.42%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #11702      +/-   ##
==========================================
+ Coverage   95.83%   96.26%   +0.42%     
==========================================
  Files          91       94       +3     
  Lines        8987     9190     +203     
==========================================
+ Hits         8613     8847     +234     
+ Misses        374      343      -31
Impacted Files Coverage Δ
lib/dialects/mariadb/index.js 100% <0%> (ø)
lib/dialects/mariadb/connection-manager.js 100% <0%> (ø)
lib/dialects/mariadb/query.js 87.96% <0%> (ø)
lib/sequelize.js 95.93% <0%> (+0.62%) ⬆️
lib/dialects/postgres/connection-manager.js 95.77% <0%> (+1.4%) ⬆️
lib/query-interface.js 92.19% <0%> (+1.46%) ⬆️
lib/dialects/mariadb/data-types.js 100% <0%> (+49.01%) ⬆️
lib/dialects/mariadb/query-generator.js 100% <0%> (+85.71%) ⬆️

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 beeff96...d935920. Read the comment docs.

@zanctor
Copy link

zanctor commented Nov 25, 2019

@techguysid, seems like "fieldMap" property name should be singular, not plural.

@techguysid
Copy link
Contributor Author

@zanctor @papb - This is ok I mean all checks are passing, can you let me know if it looks good?

@zanctor
Copy link

zanctor commented Dec 6, 2019

@papb, will you have a chance to review and merge this pull request?

@sushantdhiman sushantdhiman merged commit 4dbabc0 into sequelize:master Dec 12, 2019
@sushantdhiman
Copy link
Contributor

No tests but not critical for typings. Thanks for this contribution

@luiscarlosjayk
Copy link

Would be nice if fieldMap could be a function too, for example, to camel case every field name in raw queries.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants